Package org.apache.johnzon.mapper
Annotation Type JohnzonIgnoreNested
-
@Target({METHOD,FIELD,ANNOTATION_TYPE}) @Retention(RUNTIME) public @interface JohnzonIgnoreNested
Only used during serialization for now.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String[]
properties
-
-
-
Element Detail
-
properties
String[] properties
- Returns:
- the array of properties to avoid in the nested type.
- Default:
- {}
-
-