Class MappingLimitSettingsDepth
java.lang.Object
co.elastic.clients.elasticsearch.indices.MappingLimitSettingsDepth
- All Implemented Interfaces:
- JsonpSerializable
@JsonpDeserializable
public class MappingLimitSettingsDepth
extends Object
implements JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MappingLimitSettingsDepth>Json deserializer forMappingLimitSettingsDepth
- 
Method SummaryModifier and TypeMethodDescriptionfinal Longlimit()The maximum depth for a field, which is measured as the number of inner objects.static MappingLimitSettingsDepthvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupMappingLimitSettingsDepthDeserializer(ObjectDeserializer<MappingLimitSettingsDepth.Builder> op) toString()
- 
Field Details- 
_DESERIALIZERJson deserializer forMappingLimitSettingsDepth
 
- 
- 
Method Details- 
ofpublic static MappingLimitSettingsDepth of(Function<MappingLimitSettingsDepth.Builder, ObjectBuilder<MappingLimitSettingsDepth>> fn) 
- 
limitThe maximum depth for a field, which is measured as the number of inner objects. For instance, if all fields are defined at the root object level, then the depth is 1. If there is one object mapping, then the depth is 2, etc.API name: limit
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupMappingLimitSettingsDepthDeserializerprotected static void setupMappingLimitSettingsDepthDeserializer(ObjectDeserializer<MappingLimitSettingsDepth.Builder> op) 
 
-