Package com.blackrook.json.annotation


package com.blackrook.json.annotation
Contains a set of classes for JSON annotating Java elements pertinent to JSON conversion.
  • Annotation Interfaces
    Class
    Description
    Provides a hint to the default deserializer that the generic type for a collection takes a specific single type (Lists, Sets).
    An annotation for telling JSONObject that this field or method should not be serialized into a JSON construct of any kind.
    Provides a hint to the default deserializer that the generic types for a map-based collection that takes a two types (Maps).
    An annotation for telling JSONObject that this field or method should be mapped to a particular name.
    An annotation for telling JSONObject that this object type needs special rules for conversion (both to and from this type).