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