Package org.opensearch.client.json
Annotation Type JsonpDeserializable
-
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface JsonpDeserializableIndicates that a class has aJsonpDeserializeras 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 Detail
-
field
java.lang.String field
The 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"
-
-