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