Package dev.morphia.critter.parser.java
Class CritterParser
java.lang.Object
dev.morphia.critter.parser.java.CritterParser
Singleton parser providing annotation descriptor resolution utilities.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CritterParserThe singleton instance of this parser. -
Method Summary
Modifier and TypeMethodDescriptionReturns the descriptors of all annotation types that mark a field or method as a mapped property.Returns the descriptors of all annotation types that mark a field or method as transient (not persisted).
-
Field Details
-
INSTANCE
The singleton instance of this parser.
-
-
Method Details
-
propertyAnnotations
Returns the descriptors of all annotation types that mark a field or method as a mapped property. -
transientAnnotations
Returns the descriptors of all annotation types that mark a field or method as transient (not persisted).
-