Package | Description |
---|---|
com.fasterxml.classmate |
Package that contains main public interface of ClassMate
package.
|
com.fasterxml.classmate.util |
Various utility classes used by ClassMate.
|
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
AnnotationOverrides.StdBuilder |
AnnotationOverrides.StdBuilder.add(ClassKey target,
Class<?> mixin) |
abstract List<Class<?>> |
AnnotationOverrides.mixInsFor(ClassKey beanClass) |
List<Class<?>> |
AnnotationOverrides.StdImpl.mixInsFor(ClassKey target) |
Modifier and Type | Method and Description |
---|---|
protected void |
MemberResolver._gatherTypes(ResolvedType currentType,
Set<ClassKey> seenTypes,
List<ResolvedType> types) |
Constructor and Description |
---|
AnnotationOverrides.StdImpl(HashMap<ClassKey,List<Class<?>>> overrides) |
Modifier and Type | Method and Description |
---|---|
int |
ClassKey.compareTo(ClassKey other) |
Copyright © 2012 fasterxml.com. All Rights Reserved.