Package co.elastic.clients.json
Annotation Type JsonpDeserializable
@Target(TYPE)
@Retention(RUNTIME)
@Documented
public @interface JsonpDeserializable
Indicates that a class has a
JsonpDeserializer as a static field.-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringfieldThe 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
-
field
java.lang.String 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"
-