public abstract class AnnotationOverrides extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AnnotationOverrides.StdBuilder
To make it easy to use simple override implementation (where overrides
are direct and explicit), here is a build that allow constructing
such override instance.
|
static class |
AnnotationOverrides.StdImpl
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).
|
Constructor and Description |
---|
AnnotationOverrides() |
Modifier and Type | Method and Description |
---|---|
static AnnotationOverrides.StdBuilder |
builder()
Method for constructing builder for creating simple overrides provider
that just uses direct assignments (target-to-override classes)
|
List<Class<?>> |
mixInsFor(Class<?> beanClass)
Method called to find out which class(es) are to be used as source
for annotations to mix in for given type.
|
abstract List<Class<?>> |
mixInsFor(ClassKey beanClass) |
public List<Class<?>> mixInsFor(Class<?> beanClass)
public static AnnotationOverrides.StdBuilder builder()
Copyright © 2012 fasterxml.com. All Rights Reserved.