Interface ClassIntrospector.MixInResolver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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
    • Method Detail

      • findMixInClassFor

        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