com.fasterxml.classmate
Class AnnotationOverrides.StdImpl
java.lang.Object
com.fasterxml.classmate.AnnotationOverrides
com.fasterxml.classmate.AnnotationOverrides.StdImpl
- 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).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_targetsToOverrides
protected final HashMap<ClassKey,List<Class<?>>> _targetsToOverrides
AnnotationOverrides.StdImpl
public AnnotationOverrides.StdImpl(HashMap<ClassKey,List<Class<?>>> overrides)
mixInsFor
public List<Class<?>> mixInsFor(ClassKey target)
- Specified by:
mixInsFor in class AnnotationOverrides
Copyright © 2011 fasterxml.com. All Rights Reserved.