com.dyuproject.protostuff.runtime
Class RuntimeEnv.Instantiator<T>

java.lang.Object
  extended by com.dyuproject.protostuff.runtime.RuntimeEnv.Instantiator<T>
Enclosing class:
RuntimeEnv

public abstract static class RuntimeEnv.Instantiator<T>
extends java.lang.Object


Constructor Summary
RuntimeEnv.Instantiator()
           
 
Method Summary
abstract  T newInstance()
          Creates a new instance of an object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeEnv.Instantiator

public RuntimeEnv.Instantiator()
Method Detail

newInstance

public abstract T newInstance()
Creates a new instance of an object.



Copyright © 2009-2014. All Rights Reserved.