Interface ElasticsearchIndexFieldTypeBuildContext
-
- All Known Implementing Classes:
ElasticsearchIndexFieldTypeFactoryImpl
public interface ElasticsearchIndexFieldTypeBuildContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElasticsearchDefaultFieldFormatProvidergetDefaultFieldFormatProvider()EventContextgetEventContext()com.google.gson.GsongetUserFacingGson()BackendMappingHintshints()
-
-
-
Method Detail
-
getEventContext
EventContext getEventContext()
-
getUserFacingGson
com.google.gson.Gson getUserFacingGson()
-
getDefaultFieldFormatProvider
ElasticsearchDefaultFieldFormatProvider getDefaultFieldFormatProvider()
-
hints
BackendMappingHints hints()
-
-