Annotationsschnittstelle 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!

  • Optionale Elemente - Übersicht

    Optionale Elemente
    Modifikator und Typ
    Optionales Element
    Beschreibung
     
  • Elementdetails

    • value

      String[] value
      Standard:
      {}