Module tools.jackson.databind
Class AnnotatedClassResolver
java.lang.Object
tools.jackson.databind.introspect.AnnotatedClassResolver
Helper class that contains logic for resolving annotations to construct
AnnotatedClass instances.-
Method Summary
Modifier and TypeMethodDescriptionstatic AnnotatedClassresolve(MapperConfig<?> config, JavaType forType, MixInResolver r) static AnnotatedClassresolveWithoutSuperTypes(MapperConfig<?> config, Class<?> forType) static AnnotatedClassresolveWithoutSuperTypes(MapperConfig<?> config, Class<?> forType, MixInResolver r) static AnnotatedClassresolveWithoutSuperTypes(MapperConfig<?> config, JavaType forType, MixInResolver r)
-
Method Details
-
resolve
-
resolveWithoutSuperTypes
-
resolveWithoutSuperTypes
public static AnnotatedClass resolveWithoutSuperTypes(MapperConfig<?> config, JavaType forType, MixInResolver r) -
resolveWithoutSuperTypes
public static AnnotatedClass resolveWithoutSuperTypes(MapperConfig<?> config, Class<?> forType, MixInResolver r)
-