Package com.fasterxml.classmate
Class AnnotationOverrides.StdImpl
- java.lang.Object
-
- com.fasterxml.classmate.AnnotationOverrides
-
- com.fasterxml.classmate.AnnotationOverrides.StdImpl
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AnnotationOverrides
public static class AnnotationOverrides.StdImpl extends AnnotationOverrides
Simple implementation configured with explicit associations with target class as key, and overrides as ordered list of classes (with first entry having precedence over later ones).- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.fasterxml.classmate.AnnotationOverrides
AnnotationOverrides.StdBuilder, AnnotationOverrides.StdImpl
-
-
Field Summary
Fields Modifier and Type Field Description protected HashMap<ClassKey,List<Class<?>>>
_targetsToOverrides
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Class<?>>
mixInsFor(ClassKey target)
-
Methods inherited from class com.fasterxml.classmate.AnnotationOverrides
builder, mixInsFor
-
-
-
-
Method Detail
-
mixInsFor
public List<Class<?>> mixInsFor(ClassKey target)
- Specified by:
mixInsFor
in classAnnotationOverrides
-
-