Class FieldNamesField
- java.lang.Object
-
- org.opensearch.client.opensearch._types.mapping.FieldNamesField
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class FieldNamesField extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldNamesField.BuilderBuilder forFieldNamesField.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<FieldNamesField>_DESERIALIZERJson deserializer forFieldNamesField
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanenabled()Required - API name:enabledstatic FieldNamesFieldof(java.util.function.Function<FieldNamesField.Builder,ObjectBuilder<FieldNamesField>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupFieldNamesFieldDeserializer(ObjectDeserializer<FieldNamesField.Builder> op)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<FieldNamesField> _DESERIALIZER
Json deserializer forFieldNamesField
-
-
Method Detail
-
of
public static FieldNamesField of(java.util.function.Function<FieldNamesField.Builder,ObjectBuilder<FieldNamesField>> fn)
-
enabled
public final boolean enabled()
Required - API name:enabled
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupFieldNamesFieldDeserializer
protected static void setupFieldNamesFieldDeserializer(ObjectDeserializer<FieldNamesField.Builder> op)
-
-