public static final class AnnotatedClass.Creators extends Object
Modifier and Type | Field and Description |
---|---|
List<AnnotatedConstructor> |
constructors
Single argument constructors the class has, if any.
|
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,
List<AnnotatedConstructor> ctors,
List<AnnotatedMethod> ctorMethods) |
public final AnnotatedConstructor defaultConstructor
public final List<AnnotatedConstructor> constructors
public final List<AnnotatedMethod> creatorMethods
public Creators(AnnotatedConstructor defCtor, List<AnnotatedConstructor> ctors, List<AnnotatedMethod> ctorMethods)
Copyright © 2008–2021 FasterXML. All rights reserved.