Annotation Type IgnoreFields


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface IgnoreFields
    List of fields in class, that can be ignored. Defaults no none. usually an exact match, but can use ~ as substring, / as regex marker

    Field names are JAVA Fields, not translated ones for mongo

    IgnoreFields will not be honored for fields marked with @Property and a custom fieldname this will be inherited by subclasses!

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] value  
    • Element Detail

      • value

        String[] value
        Default:
        {}