Package de.caluga.morphium.annotations
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 markerField 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!
-
-
Element Detail
-
value
String[] value
- Default:
- {}
-
-