Uses of Class
com.fasterxml.classmate.ResolvedTypeWithMembers
-
Packages that use ResolvedTypeWithMembers Package Description com.fasterxml.classmate Package that contains main public interface of ClassMate package. -
-
Uses of ResolvedTypeWithMembers in com.fasterxml.classmate
Methods in com.fasterxml.classmate that return ResolvedTypeWithMembers Modifier and Type Method Description ResolvedTypeWithMembers
MemberResolver. resolve(ResolvedType mainType, AnnotationConfiguration annotationConfig, AnnotationOverrides annotationOverrides)
Method for constructing hierarchy object needed to fully resolve member information, including basic type flattening as well as addition of mix-in types in appropriate positions.
-