public static interface ClassIntrospector.MixInResolver
Modifier and Type | Method and Description |
---|---|
ClassIntrospector.MixInResolver |
copy()
Method called to create a new, non-shared copy, to be used by different
ObjectMapper instance, and one that should not be connected
to this instance, if resolver has mutable state. |
java.lang.Class<?> |
findMixInClassFor(java.lang.Class<?> cls)
Method that will check if there are "mix-in" classes (with mix-in
annotations) for given class
|
java.lang.Class<?> findMixInClassFor(java.lang.Class<?> cls)
ClassIntrospector.MixInResolver copy()
ObjectMapper
instance, and one that should not be connected
to this instance, if resolver has mutable state.
If resolver is immutable may simply return `this`.Copyright © 2010 - 2020 Adobe. All Rights Reserved