Class TypeSupport

java.lang.Object
org.mockito.internal.creation.bytebuddy.TypeSupport

class TypeSupport extends Object
  • Field Details

    • INSTANCE

      static final TypeSupport INSTANCE
    • isSealed

      private final Method isSealed
  • Constructor Details

    • TypeSupport

      private TypeSupport(Method isSealed)
  • Method Details

    • isSealed

      boolean isSealed(Class<?> type)