| Package | Description |
|---|---|
| org.hibernate.search.elasticsearch.gson.impl |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
JsonAccessor.add(com.google.gson.JsonObject root,
com.google.gson.JsonPrimitive newValue)
Add the given primitive value to the element this accessor points to for the
given
root. |
abstract <T extends com.google.gson.JsonElement> |
JsonAccessor.getOrCreate(com.google.gson.JsonObject root,
JsonElementType<T> type)
Get the current value of the lement this accessor points to for the given
root,
creating it and setting it if it hasn't been set yet. |
abstract void |
JsonAccessor.set(com.google.gson.JsonObject root,
com.google.gson.JsonElement newValue)
Set the given value on the element this accessor points to for the given
root. |
Copyright © 2006–2017 Hibernate. All rights reserved.