Class ClassInstantiatorImpl<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <V> V get​(java.lang.Class<V> valueType)
      Gets an instance context value which is identified by type.
      java.lang.Class<T> getInstanceType()
      Returns the type of the instance created with this context.
      T newInstance()
      Creates and returns a new instance of the transformed class.
      java.lang.String toString()  
      <V> ClassInstantiator<T> with​(java.lang.Class<V> valueType, V instanceContextValue)
      Returns a new instantiator that adds the indicated value to the instance's InstanceContext.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait