
public class ClassImposterizer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassImposterizer.ClassWithSuperclassToWorkAroundCglibBug
Class With Superclass To WorkAround Cglib Bug
|
| Modifier | Constructor and Description |
|---|---|
protected |
ClassImposterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
imposteriseClass(net.sf.cglib.proxy.MethodInterceptor interceptor,
Class<?> mockedType,
Class<?>... ancillaryTypes) |
protected <T> T |
imposteriseInterface(net.sf.cglib.proxy.MethodInterceptor interceptor,
Class<?> mockedInterface,
Class<?>... ancillaryTypes) |
protected <T> T |
imposteriseProtected(net.sf.cglib.proxy.MethodInterceptor interceptor,
Class<?> mockedType,
Class<?>... ancillaryTypes) |
protected <T> T imposteriseProtected(net.sf.cglib.proxy.MethodInterceptor interceptor,
Class<?> mockedType,
Class<?>... ancillaryTypes)
protected <T> T imposteriseClass(net.sf.cglib.proxy.MethodInterceptor interceptor,
Class<?> mockedType,
Class<?>... ancillaryTypes)
Copyright © 2022 JBoss by Red Hat. All rights reserved.