Class EmptyObject
java.lang.Object
co.elastic.clients.elasticsearch._types.EmptyObject
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class EmptyObject extends java.lang.Object implements JsonpSerializable
For empty Class assignments
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmptyObject.Builder -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<EmptyObject>_DESERIALIZERstatic EmptyObject_INSTANCESingleton instance for empty classEmptyObject. -
Constructor Summary
Constructors Constructor Description EmptyObject() -
Method Summary
Modifier and Type Method Description voidserialize(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, wait
-
Field Details
-
_INSTANCE
Singleton instance for empty classEmptyObject. -
_DESERIALIZER
-
-
Constructor Details
-
EmptyObject
public EmptyObject()
-
-
Method Details
-
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-