Class RootTypeMappingJsonAdapterFactory
- java.lang.Object
-
- org.hibernate.search.backend.elasticsearch.gson.impl.AbstractConfiguredExtraPropertiesJsonAdapterFactory
-
- org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl.RootTypeMappingJsonAdapterFactory
-
- All Implemented Interfaces:
com.google.gson.TypeAdapterFactory
public class RootTypeMappingJsonAdapterFactory extends AbstractConfiguredExtraPropertiesJsonAdapterFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hibernate.search.backend.elasticsearch.gson.impl.AbstractConfiguredExtraPropertiesJsonAdapterFactory
AbstractConfiguredExtraPropertiesJsonAdapterFactory.Builder<T>
-
-
Constructor Summary
Constructors Constructor Description RootTypeMappingJsonAdapterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> voidaddFields(AbstractConfiguredExtraPropertiesJsonAdapterFactory.Builder<T> builder)-
Methods inherited from class org.hibernate.search.backend.elasticsearch.gson.impl.AbstractConfiguredExtraPropertiesJsonAdapterFactory
create
-
-
-
-
Method Detail
-
addFields
protected <T> void addFields(AbstractConfiguredExtraPropertiesJsonAdapterFactory.Builder<T> builder)
-
-