Class SecuritySettings
java.lang.Object
co.elastic.clients.elasticsearch.security.SecuritySettings
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SecuritySettings>
Json deserializer forSecuritySettings
-
Method Summary
Modifier and TypeMethodDescriptionfinal IndexSettings
index()
API name:index
static SecuritySettings
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forSecuritySettings
-
-
Method Details
-
of
public static SecuritySettings of(Function<SecuritySettings.Builder, ObjectBuilder<SecuritySettings>> fn) -
index
API name:index
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSecuritySettingsDeserializer
protected static void setupSecuritySettingsDeserializer(ObjectDeserializer<SecuritySettings.Builder> op)
-