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 SummaryOptional Elements Modifier and Type Optional Element Description String[]properties
 
- 
- 
- 
Element Detail- 
propertiesString[] properties - Returns:
- the array of properties to avoid in the nested type.
 - Default:
- {}
 
 
- 
 
-