Class Ssl
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.Ssl
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Ssl extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
Method Summary
Modifier and Type Method Description FeatureTogglehttp()Required - API name:httpstatic Sslof(java.util.function.Function<Ssl.Builder,ObjectBuilder<Ssl>> 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 voidsetupSslDeserializer(ObjectDeserializer<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
-
-
Method Details
-
of
-
http
Required - API name:http -
transport
Required - API name:transport -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupSslDeserializer
-