public final class AnnotatedClass extends Annotated implements TypeResolutionContext
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotatedClass.Creators |
TypeResolutionContext.BasicgetGenericType, getType, isPublic@Deprecated public static AnnotatedClass construct(JavaType type, MapperConfig<?> config)
AnnotatedClassResolver instead.@Deprecated public static AnnotatedClass construct(JavaType type, MapperConfig<?> config, ClassIntrospector.MixInResolver mir)
AnnotatedClassResolver instead.@Deprecated public static AnnotatedClass constructWithoutSuperTypes(Class<?> raw, MapperConfig<?> config)
AnnotatedClassResolver instead.@Deprecated public static AnnotatedClass constructWithoutSuperTypes(Class<?> raw, MapperConfig<?> config, ClassIntrospector.MixInResolver mir)
AnnotatedClassResolver instead.public JavaType resolveType(Type type)
resolveType in interface TypeResolutionContextpublic Class<?> getAnnotated()
AnnotatedgetAnnotated in class Annotatedpublic int getModifiers()
public <A extends Annotation> A getAnnotation(Class<A> acls)
getAnnotation in class Annotatedpublic boolean hasAnnotation(Class<?> acls)
hasAnnotation in class Annotatedpublic boolean hasOneOf(Class<? extends Annotation>[] annoClasses)
public Class<?> getRawType()
AnnotatedgetRawType in class Annotated@Deprecated public Iterable<Annotation> annotations()
Annotatedannotations in class Annotatedpublic JavaType getType()
Annotatedpublic Annotations getAnnotations()
public boolean hasAnnotations()
public AnnotatedConstructor getDefaultConstructor()
public List<AnnotatedConstructor> getConstructors()
public List<AnnotatedMethod> getFactoryMethods()
@Deprecated public List<AnnotatedMethod> getStaticMethods()
getFactoryMethods() instead.public Iterable<AnnotatedMethod> memberMethods()
public int getMemberMethodCount()
public AnnotatedMethod findMethod(String name, Class<?>[] paramTypes)
public int getFieldCount()
public Iterable<AnnotatedField> fields()
public boolean isNonStaticInnerClass()
Copyright © 2010 - 2020 Adobe. All Rights Reserved