Package co.elastic.clients.json
Annotation Interface JsonpDeserializable
Indicates that a class has a
JsonpDeserializer
as a static field.-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionThe name of the public static field of the class of typeJsonpDeserializer
that can be used to deserialize JSON to an instance of this class.
-
Element Details
-
field
String fieldThe name of the public static field of the class of typeJsonpDeserializer
that can be used to deserialize JSON to an instance of this class.- Returns:
- the deserializer field name
- Default:
- "_DESERIALIZER"
-