Class PassthroughObjectProperty
java.lang.Object
co.elastic.clients.elasticsearch._types.mapping.PropertyBase
co.elastic.clients.elasticsearch._types.mapping.CorePropertyBase
co.elastic.clients.elasticsearch._types.mapping.PassthroughObjectProperty
- All Implemented Interfaces:
PropertyVariant,JsonpSerializable
@JsonpDeserializable
public class PassthroughObjectProperty
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<PassthroughObjectProperty>Json deserializer forPassthroughObjectProperty -
Method Summary
Modifier and TypeMethodDescriptionProperty variant kind.final Booleanenabled()API name:enabledstatic PassthroughObjectPropertyfinal Integerpriority()API name:priorityprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupPassthroughObjectPropertyDeserializer(ObjectDeserializer<PassthroughObjectProperty.Builder> op) final BooleanAPI name:time_series_dimensionMethods 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 forPassthroughObjectProperty
-
-
Method Details
-
of
public static PassthroughObjectProperty of(Function<PassthroughObjectProperty.Builder, ObjectBuilder<PassthroughObjectProperty>> fn) -
_propertyKind
Property variant kind.- Specified by:
_propertyKindin interfacePropertyVariant
-
enabled
API name:enabled -
priority
API name:priority -
timeSeriesDimension
API name:time_series_dimension -
serializeInternal
- Overrides:
serializeInternalin classCorePropertyBase
-
setupPassthroughObjectPropertyDeserializer
protected static void setupPassthroughObjectPropertyDeserializer(ObjectDeserializer<PassthroughObjectProperty.Builder> op)
-