org.qi4j.api.value
Class ValueBuilderTemplate<T>

java.lang.Object
  extended by org.qi4j.api.value.ValueBuilderTemplate<T>

public abstract class ValueBuilderTemplate<T>
extends java.lang.Object

Builder template for Values.


Constructor Summary
protected ValueBuilderTemplate(java.lang.Class<T> type)
           
 
Method Summary
protected abstract  void build(T prototype)
           
 T newInstance(Module module)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueBuilderTemplate

protected ValueBuilderTemplate(java.lang.Class<T> type)
Method Detail

build

protected abstract void build(T prototype)

newInstance

public T newInstance(Module module)