Class EmptyTransform
java.lang.Object
org.opensearch.client.opensearch._types.EmptyTransform
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<EmptyTransform> static final EmptyTransformSingleton instance for empty classEmptyTransform. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
Field Details
-
_INSTANCE
Singleton instance for empty classEmptyTransform. -
_DESERIALIZER
-
-
Constructor Details
-
EmptyTransform
public EmptyTransform()
-
-
Method Details
-
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-