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:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.mapping.CorePropertyBase
CorePropertyBase.AbstractBuilder<BuilderT extends CorePropertyBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NestedProperty>Json deserializer forNestedProperty -
Method Summary
Modifier and TypeMethodDescriptionProperty variant kind.final Booleanenabled()API name:enabledfinal BooleanAPI name:include_in_parentfinal BooleanAPI name:include_in_rootstatic NestedPropertyprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidMethods inherited from class co.elastic.clients.elasticsearch._types.mapping.CorePropertyBase
copyTo, setupCorePropertyBaseDeserializer, storeMethods inherited from class co.elastic.clients.elasticsearch._types.mapping.PropertyBase
dynamic, fields, ignoreAbove, meta, properties, serialize, setupPropertyBaseDeserializer, syntheticSourceKeep, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
-
_propertyKind
Property variant kind.- Specified by:
_propertyKindin interfacePropertyVariant
-
enabled
API name:enabled -
includeInParent
API name:include_in_parent -
includeInRoot
API name:include_in_root -
serializeInternal
- Overrides:
serializeInternalin classCorePropertyBase
-
setupNestedPropertyDeserializer
protected static void setupNestedPropertyDeserializer(ObjectDeserializer<NestedProperty.Builder> op)
-