@Deprecated public abstract class AbstractTypeBasedMocker<T extends Type> extends Object
| Constructor and Description |
|---|
AbstractTypeBasedMocker()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
$mock(T type,
MockContext context)
Deprecated.
|
protected abstract Class<?> |
getTypeClass()
Deprecated.
|
protected static Object |
mockByType(Type type)
Deprecated.
|
protected abstract Class<?> getTypeClass()
protected static final Object mockByType(Type type) throws UnsupportedTypeException, IllegalAccessException, IllegalArgumentException, UnableMockException
protected abstract Object $mock(T type, MockContext context) throws IllegalAccessException, IllegalArgumentException, UnsupportedTypeException, UnableMockException
Copyright © 2018. All rights reserved.