Class AnnotatedClass.Creators

  • Enclosing class:
    AnnotatedClass

    public static final class AnnotatedClass.Creators
    extends java.lang.Object
    • Field Detail

      • defaultConstructor

        public final AnnotatedConstructor defaultConstructor
        Default constructor of the annotated class, if it has one.
      • constructors

        public final java.util.List<AnnotatedConstructor> constructors
        Single argument constructors the class has, if any.
      • creatorMethods

        public final java.util.List<AnnotatedMethod> creatorMethods
        Single argument static methods that might be usable as factory methods