Class WildcardProperty
- java.lang.Object
-
- org.opensearch.client.opensearch._types.mapping.PropertyBase
-
- org.opensearch.client.opensearch._types.mapping.CorePropertyBase
-
- org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase
-
- org.opensearch.client.opensearch._types.mapping.WildcardProperty
-
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,PropertyVariant,ToCopyableBuilder<WildcardProperty.Builder,WildcardProperty>
@JsonpDeserializable @Generated("org.opensearch.client.codegen.CodeGenerator") public class WildcardProperty extends DocValuesPropertyBase implements PropertyVariant, ToCopyableBuilder<WildcardProperty.Builder,WildcardProperty>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWildcardProperty.BuilderBuilder forWildcardProperty.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase
DocValuesPropertyBase.AbstractBuilder<BuilderT extends DocValuesPropertyBase.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<WildcardProperty>_DESERIALIZERJson deserializer forWildcardProperty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Property.Kind_propertyKind()Propertyvariant kind.static WildcardProperty.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.Stringnormalizer()API name:normalizerjava.lang.StringnullValue()API name:null_valuestatic WildcardPropertyof(java.util.function.Function<WildcardProperty.Builder,ObjectBuilder<WildcardProperty>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupWildcardPropertyDeserializer(ObjectDeserializer<WildcardProperty.Builder> op)WildcardProperty.BuildertoBuilder()Create a new builderToCopyableBuilderthat is initialised with the current state of this object.-
Methods inherited from class org.opensearch.client.opensearch._types.mapping.DocValuesPropertyBase
docValues, setupDocValuesPropertyBaseDeserializer
-
Methods inherited from class org.opensearch.client.opensearch._types.mapping.CorePropertyBase
copyTo, setupCorePropertyBaseDeserializer, similarity, store
-
Methods inherited from class org.opensearch.client.opensearch._types.mapping.PropertyBase
dynamic, fields, ignoreAbove, localMetadata, meta, name, properties, serialize, setupPropertyBaseDeserializer
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensearch.client.json.JsonpSerializable
serialize
-
Methods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
Methods inherited from interface org.opensearch.client.opensearch._types.mapping.PropertyVariant
_toProperty
-
Methods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<WildcardProperty> _DESERIALIZER
Json deserializer forWildcardProperty
-
-
Method Detail
-
of
public static WildcardProperty of(java.util.function.Function<WildcardProperty.Builder,ObjectBuilder<WildcardProperty>> fn)
-
_propertyKind
public Property.Kind _propertyKind()
Propertyvariant kind.- Specified by:
_propertyKindin interfacePropertyVariant
-
normalizer
@Nullable public final java.lang.String normalizer()
API name:normalizer
-
nullValue
@Nullable public final java.lang.String nullValue()
API name:null_value
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)- Overrides:
serializeInternalin classDocValuesPropertyBase
-
toBuilder
@Nonnull public WildcardProperty.Builder toBuilder()
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<WildcardProperty.Builder,WildcardProperty>- Returns:
- a new builder instance.
-
builder
@Nonnull public static WildcardProperty.Builder builder()
-
setupWildcardPropertyDeserializer
protected static void setupWildcardPropertyDeserializer(ObjectDeserializer<WildcardProperty.Builder> op)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDocValuesPropertyBase
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classDocValuesPropertyBase
-
-