Package org.hibernate.search.backend.elasticsearch.gson.impl
-
Interface Summary Interface Description JsonAccessor<T> An interface that abstracts the ways of accessing values in a JSON tree.JsonArrayAccessor JsonObjectAccessor UnknownTypeJsonAccessor -
Class Summary Class Description AbstractConfiguredExtraPropertiesJsonAdapterFactory AbstractConfiguredExtraPropertiesJsonAdapterFactory.Builder<T> AbstractExtraPropertiesJsonAdapter<T> GsonUtils JsonArrayAccessorImpl JsonBooleanAccessor JsonDoubleAccessor JsonElementType<T> JsonElementTypes JsonFloatAccessor JsonIntegerAccessor JsonLongAccessor JsonObjectAccessorImpl AJsonAccessorthat ensures the accessed object is aJsonObject.JsonStringAccessor -
Exception Summary Exception Description UnexpectedJsonElementTypeException -
Annotation Types Summary Annotation Type Description SerializeExtraProperties A marker annotation for the field containing a map of extra properties, when usingAbstractExtraPropertiesJsonAdapter.