Annotation Interface PageModelIgnore
@Target({ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD})
@Retention(RUNTIME)
public @interface PageModelIgnore
Annotation similar to jackson-annotations @JsonIgnore to suppress a property being serialized in the Page Mode API
-
Optional Element Summary
-
Element Details
-
value
boolean value- Default:
- true
-