public static final class AnnotatedClass.Creators
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<AnnotatedConstructor> |
constructors
Single argument constructors the class has, if any.
|
java.util.List<AnnotatedMethod> |
creatorMethods
Single argument static methods that might be usable
as factory methods
|
AnnotatedConstructor |
defaultConstructor
Default constructor of the annotated class, if it has one.
|
Constructor and Description |
---|
Creators(AnnotatedConstructor defCtor,
java.util.List<AnnotatedConstructor> ctors,
java.util.List<AnnotatedMethod> ctorMethods) |
public final AnnotatedConstructor defaultConstructor
public final java.util.List<AnnotatedConstructor> constructors
public final java.util.List<AnnotatedMethod> creatorMethods
public Creators(AnnotatedConstructor defCtor, java.util.List<AnnotatedConstructor> ctors, java.util.List<AnnotatedMethod> ctorMethods)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"