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

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
  • Element Details

    • value

      boolean value
      Default:
      true