Class FieldNamesField
java.lang.Object
co.elastic.clients.elasticsearch._types.mapping.FieldNamesField
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<FieldNamesField>Json deserializer forFieldNamesField -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanenabled()Required - API name:enabledstatic FieldNamesFieldvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forFieldNamesField
-
-
Method Details
-
of
public static FieldNamesField of(Function<FieldNamesField.Builder, ObjectBuilder<FieldNamesField>> fn) -
enabled
public final boolean enabled()Required - API name:enabled -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupFieldNamesFieldDeserializer
protected static void setupFieldNamesFieldDeserializer(ObjectDeserializer<FieldNamesField.Builder> op)
-