-
public class StubCreator
-
-
Field Summary
Fields Modifier and Type Field Description public final static StubCreatorINSTANCE
-
Method Summary
Modifier and Type Method Description final ErrorReportercreateErrorReporterStub()final <T extends Any> TcreateStub(InvocationHandler handler)final static <T extends Any> TcreateStub(Class<T> interfaceClass, InvocationHandler handler)-
-
Method Detail
-
createErrorReporterStub
final ErrorReporter createErrorReporterStub()
-
createStub
final <T extends Any> T createStub(InvocationHandler handler)
-
createStub
final static <T extends Any> T createStub(Class<T> interfaceClass, InvocationHandler handler)
-
-
-
-