Class JavaAssistClassMarkerFactory.InterfaceClassMarker

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javassist.ClassPool classPool  
    • Constructor Summary

      Constructors 
      Constructor Description
      InterfaceClassMarker​(javassist.ClassPool classPool)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void mark​(javassist.CtClass type)  
      <T> void mark​(ClassWrapper<T> type)
      Mark type as loaded by PowerMock
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • classPool

        private final javassist.ClassPool classPool
    • Constructor Detail

      • InterfaceClassMarker

        InterfaceClassMarker​(javassist.ClassPool classPool)
    • Method Detail

      • mark

        public <T> void mark​(ClassWrapper<T> type)
        Mark type as loaded by PowerMock
        Specified by:
        mark in interface ClassMarker
        Parameters:
        type - to mark.
      • mark

        public void mark​(javassist.CtClass type)