Class StubFactoryStaticImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Class stubClass  
    • Constructor Summary

      Constructors 
      Constructor Description
      StubFactoryStaticImpl​(java.lang.Class cls)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Object makeStub()
      Create a new dynamic stub.
      • Methods inherited from class java.lang.Object

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

      • stubClass

        private java.lang.Class stubClass
    • Constructor Detail

      • StubFactoryStaticImpl

        public StubFactoryStaticImpl​(java.lang.Class cls)
    • Method Detail

      • makeStub

        public Object makeStub()
        Description copied from interface: PresentationManager.StubFactory
        Create a new dynamic stub. It has the type that was used to create this factory.
        Returns:
        The dynamic stub