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.String field
    The name of the public static field of the class of type JsonpDeserializer that can be used to deserialize JSON to an instance of this class.
  • Element Details

    • field

      java.lang.String field
      The name of the public static field of the class of type JsonpDeserializer that can be used to deserialize JSON to an instance of this class.
      Returns:
      the deserializer field name
      Default:
      "_DESERIALIZER"