com.fasterxml.jackson.databind.introspect

Interface ClassIntrospector.MixInResolver

    • Method Summary

      Methods 
      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
    • Method Detail

      • findMixInClassFor

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

Copyright © 2014-2015 FasterXML. All Rights Reserved.