- JsonIgnore - Annotation Type in org.codehaus.enunciate.json
-
Denotes that the annotated element should be explicitly ignored, where it might be implicitly included.
- JsonName - Annotation Type in org.codehaus.enunciate.json
-
Overrides the JSON name naturally derived for a type or property.
- JsonProperty - Annotation Type in org.codehaus.enunciate.json
-
Denotes that a field or method exposes a JSON object property.
- JsonRootType - Annotation Type in org.codehaus.enunciate.json
-
Denotes that a type represents a JSON type that can be the root of a RESTful resource representation or RPC message.
- JsonSchema - Annotation Type in org.codehaus.enunciate.json
-
Denotes that a package represents a JSON schema.
- JsonType - Annotation Type in org.codehaus.enunciate.json
-
Denotes that a type represents a JSON type.
- JsonTypeMapping - Annotation Type in org.codehaus.enunciate.json
-
Explicitly defines a mapping of the specified type to a target JSON type.
- JsonTypeMappings - Annotation Type in org.codehaus.enunciate.json
-
Explicitly defines mappings of the specified types to target JSON types.