private static class JavaAssistClassMarkerFactory.InterfaceClassMarker extends java.lang.Object implements ClassMarker
ClassMarker
which use an interface to mark type.PowerMockModified
Modifier and Type | Field and Description |
---|---|
private javassist.ClassPool |
classPool |
Constructor and Description |
---|
InterfaceClassMarker(javassist.ClassPool classPool) |
Modifier and Type | Method and Description |
---|---|
<T> void |
mark(ClassWrapper<T> type)
Mark type as loaded by PowerMock
|
void |
mark(javassist.CtClass type) |
public <T> void mark(ClassWrapper<T> type)
mark
in interface ClassMarker
type
- to mark.public void mark(javassist.CtClass type)