Hierarchy For Package com.jsoniter.annotation

Package Hierarchies:

Annotation Type Hierarchy

  • com.jsoniter.annotation.JsonCreator (implements java.lang.annotation.Annotation)
  • com.jsoniter.annotation.JsonExtraProperties (implements java.lang.annotation.Annotation)
  • com.jsoniter.annotation.JsonIgnore (implements java.lang.annotation.Annotation)
  • com.jsoniter.annotation.JsonMissingProperties (implements java.lang.annotation.Annotation)
  • com.jsoniter.annotation.JsonObject (implements java.lang.annotation.Annotation)
  • com.jsoniter.annotation.JsonProperty (implements java.lang.annotation.Annotation)
  • com.jsoniter.annotation.JsonUnwrapper (implements java.lang.annotation.Annotation)
  • com.jsoniter.annotation.JsonWrapper (implements java.lang.annotation.Annotation)

Enum Hierarchy

  • java.lang.Object
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)