JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Module
org.apache.johnzon.mapper
Package
org.apache.johnzon.mapper
Annotation Type JohnzonProperty
@Target
({
METHOD
,
FIELD
,
ANNOTATION_TYPE
})
@Retention
(
RUNTIME
)
public @interface
JohnzonProperty
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Example: @JohnzonProperty("not_java_name") will consider the decorated property as called "not_java_name" on JSON side.
Element Details
value
String
value
Example: @JohnzonProperty("not_java_name") will consider the decorated property as called "not_java_name" on JSON side.
Returns:
the JSON name for this property.