Class RealmInfo
java.lang.Object
co.elastic.clients.elasticsearch.security.RealmInfo
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class RealmInfo extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRealmInfo.BuilderBuilder forRealmInfo. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<RealmInfo>_DESERIALIZERJson deserializer forRealmInfo -
Constructor Summary
Constructors Constructor Description RealmInfo(RealmInfo.Builder builder)RealmInfo(java.util.function.Function<RealmInfo.Builder,RealmInfo.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.Stringname()Required - API name:namevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupRealmInfoDeserializer(DelegatingDeserializer<RealmInfo.Builder> op)java.lang.Stringtype()Required - API name:typeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forRealmInfo
-
-
Constructor Details
-
RealmInfo
-
RealmInfo
-
-
Method Details
-
name
public java.lang.String name()Required - API name:name -
type
public java.lang.String type()Required - API name:type -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupRealmInfoDeserializer
-