Class Ssl
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.Ssl
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class Ssl extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSsl.BuilderBuilder forSsl. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Ssl>_DESERIALIZERJson deserializer forSsl -
Constructor Summary
Constructors Constructor Description Ssl(Ssl.Builder builder)Ssl(java.util.function.Function<Ssl.Builder,Ssl.Builder> fn) -
Method Summary
Modifier and Type Method Description FeatureTogglehttp()Required - API name:httpvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupSslDeserializer(DelegatingDeserializer<Ssl.Builder> op)FeatureToggletransport()Required - API name:transportMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forSsl
-
-
Constructor Details
-
Ssl
-
Ssl
-
-
Method Details
-
http
Required - API name:http -
transport
Required - API name:transport -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupSslDeserializer
-