Class CritterParser

java.lang.Object
dev.morphia.critter.parser.java.CritterParser

public class CritterParser extends Object
Singleton parser providing annotation descriptor resolution utilities.
  • Field Details

    • INSTANCE

      public static final CritterParser INSTANCE
      The singleton instance of this parser.
  • Method Details

    • propertyAnnotations

      public List<String> propertyAnnotations()
      Returns the descriptors of all annotation types that mark a field or method as a mapped property.
    • transientAnnotations

      public List<String> transientAnnotations()
      Returns the descriptors of all annotation types that mark a field or method as transient (not persisted).