Module org.apache.johnzon.mapper
Package org.apache.johnzon.mapper
Annotation Type JohnzonVirtualObject
- 
 @Target(TYPE) @Retention(RUNTIME) @Inherited public @interface JohnzonVirtualObjectExample: @JohnzonVirtualObject(path = {"nested", "nested-again"}, field = { "a", "b" }) will generate {"nested":{"nested-again":{"a":"xxx", "b": "yyy"}}}
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description JohnzonVirtualObject.Field[]fieldsjava.lang.String[]path
 
- 
- 
- 
- 
fieldsJohnzonVirtualObject.Field[] fields - Returns:
- the list of fields to consider.
 
 
- 
 
-