Uses of Class
com.fasterxml.classmate.util.ClassKey
-
Packages that use ClassKey Package Description com.fasterxml.classmate Package that contains main public interface of ClassMate package.com.fasterxml.classmate.util Various utility classes used by ClassMate. -
-
Uses of ClassKey in com.fasterxml.classmate
Fields in com.fasterxml.classmate with type parameters of type ClassKey Modifier and Type Field Description protected HashMap<ClassKey,AnnotationInclusion>
AnnotationConfiguration.StdConfiguration. _inclusions
protected static HashMap<ClassKey,ResolvedType>
TypeResolver. _primitiveTypes
Since number of primitive types is small, and they are frequently needed, let's actually pre-create them for efficient reuse.protected HashMap<ClassKey,List<Class<?>>>
AnnotationOverrides.StdBuilder. _targetsToOverrides
protected HashMap<ClassKey,List<Class<?>>>
AnnotationOverrides.StdImpl. _targetsToOverrides
Methods in com.fasterxml.classmate with parameters of type ClassKey Modifier and Type Method Description AnnotationOverrides.StdBuilder
AnnotationOverrides.StdBuilder. add(ClassKey target, Class<?> mixin)
abstract List<Class<?>>
AnnotationOverrides. mixInsFor(ClassKey beanClass)
List<Class<?>>
AnnotationOverrides.StdImpl. mixInsFor(ClassKey target)
Method parameters in com.fasterxml.classmate with type arguments of type ClassKey Modifier and Type Method Description protected void
MemberResolver. _gatherTypes(ResolvedType currentType, Set<ClassKey> seenTypes, List<ResolvedType> types)
Constructor parameters in com.fasterxml.classmate with type arguments of type ClassKey Constructor Description StdImpl(HashMap<ClassKey,List<Class<?>>> overrides)
-
Uses of ClassKey in com.fasterxml.classmate.util
Methods in com.fasterxml.classmate.util with parameters of type ClassKey Modifier and Type Method Description int
ClassKey. compareTo(ClassKey other)
-