Class NestedProperty
java.lang.Object
co.elastic.clients.elasticsearch._types.mapping.PropertyBase
co.elastic.clients.elasticsearch._types.mapping.CorePropertyBase
co.elastic.clients.elasticsearch._types.mapping.NestedProperty
- All Implemented Interfaces:
PropertyVariant,JsonpSerializable
@JsonpDeserializable public class NestedProperty extends CorePropertyBase implements PropertyVariant
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNestedProperty.BuilderBuilder forNestedProperty.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.mapping.CorePropertyBase
CorePropertyBase.AbstractBuilder<BuilderT extends CorePropertyBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<NestedProperty>_DESERIALIZERJson deserializer forNestedProperty -
Method Summary
Modifier and Type Method Description Property.Kind_propertyKind()Property variant kind.java.lang.Booleanenabled()API name:enabledjava.lang.BooleanincludeInParent()API name:include_in_parentjava.lang.BooleanincludeInRoot()API name:include_in_rootstatic NestedPropertyof(java.util.function.Function<NestedProperty.Builder,ObjectBuilder<NestedProperty>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupNestedPropertyDeserializer(ObjectDeserializer<NestedProperty.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.mapping.CorePropertyBase
copyTo, setupCorePropertyBaseDeserializer, similarity, storeMethods inherited from class co.elastic.clients.elasticsearch._types.mapping.PropertyBase
dynamic, fields, ignoreAbove, localMetadata, meta, name, properties, serialize, setupPropertyBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.elastic.clients.json.JsonpSerializable
serializeMethods inherited from interface co.elastic.clients.elasticsearch._types.mapping.PropertyVariant
_toProperty
-
Field Details
-
_DESERIALIZER
Json deserializer forNestedProperty
-
-
Method Details
-
of
public static NestedProperty of(java.util.function.Function<NestedProperty.Builder,ObjectBuilder<NestedProperty>> fn) -
_propertyKind
Property variant kind.- Specified by:
_propertyKindin interfacePropertyVariant
-
enabled
@Nullable public final java.lang.Boolean enabled()API name:enabled -
includeInParent
@Nullable public final java.lang.Boolean includeInParent()API name:include_in_parent -
includeInRoot
@Nullable public final java.lang.Boolean includeInRoot()API name:include_in_root -
serializeInternal
- Overrides:
serializeInternalin classCorePropertyBase
-
setupNestedPropertyDeserializer
protected static void setupNestedPropertyDeserializer(ObjectDeserializer<NestedProperty.Builder> op)
-