public class ClassImposterizer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ClassImposterizer.ClassWithSuperclassToWorkAroundCglibBug |
Modifier and Type | Field and Description |
---|---|
static ClassImposterizer |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
boolean |
canImposterise(java.lang.Class<?> type) |
<T> T |
imposterise(net.sf.cglib.proxy.MethodInterceptor interceptor,
java.lang.Class<T> mockedType,
java.lang.Class<?>... ancillaryTypes) |
public static final ClassImposterizer INSTANCE