org.codehaus.jackson.map
public static interface ClassIntrospector.MixInResolver
Modifier and Type | Method and Description |
---|---|
Class<?> |
findMixInClassFor(Class<?> cls)
Method that will check if there are "mix-in" classes (with mix-in
annotations) for given class
|