|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassKey | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
protected void |
MemberResolver._gatherTypes(ResolvedType currentType,
Set<ClassKey> seenTypes,
List<ResolvedType> types)
|
| Constructor parameters in com.fasterxml.classmate with type arguments of type ClassKey | |
|---|---|
AnnotationOverrides.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 | |
|---|---|
int |
ClassKey.compareTo(ClassKey other)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||