com.fasterxml.jackson.databind.introspect

Interface ClassIntrospector.MixInResolver

    • Method Summary

      Methods 
      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.
      Class<?> findMixInClassFor(Class<?> cls)
      Method that will check if there are "mix-in" classes (with mix-in annotations) for given class
    • Method Detail

      • findMixInClassFor

        Class<?> findMixInClassFor(Class<?> cls)
        Method that will check if there are "mix-in" classes (with mix-in annotations) for given class
      • copy

        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. If resolver is immutable may simply return `this`.
        Since:
        2.6

Copyright © 2008–2017 FasterXML. All rights reserved.