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 Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MappingLimitSettingsDepth>Json deserializer forMappingLimitSettingsDepth -
Method Summary
Modifier 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
-
_DESERIALIZER
Json deserializer forMappingLimitSettingsDepth
-
-
Method Details
-
of
public static MappingLimitSettingsDepth of(Function<MappingLimitSettingsDepth.Builder, ObjectBuilder<MappingLimitSettingsDepth>> fn) -
limit
The 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 -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupMappingLimitSettingsDepthDeserializer
protected static void setupMappingLimitSettingsDepthDeserializer(ObjectDeserializer<MappingLimitSettingsDepth.Builder> op)
-