Class TypeSupport
- java.lang.Object
-
- org.mockito.internal.creation.bytebuddy.TypeSupport
-
class TypeSupport extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static TypeSupport
INSTANCE
private java.lang.reflect.Method
isSealed
-
Constructor Summary
Constructors Modifier Constructor Description private
TypeSupport(java.lang.reflect.Method isSealed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
isSealed(java.lang.Class<?> type)
-
-
-
Field Detail
-
INSTANCE
static final TypeSupport INSTANCE
-
isSealed
private final java.lang.reflect.Method isSealed
-
-