org.loom.binding.factories
Class PrimitiveImplementationFactory

java.lang.Object
  extended by org.loom.binding.factories.PrimitiveImplementationFactory
All Implemented Interfaces:
ImplementationFactory<java.lang.Object>

public class PrimitiveImplementationFactory
extends java.lang.Object
implements ImplementationFactory<java.lang.Object>

Primitive fields will never be null, so this implementation factory will never get called


Constructor Summary
PrimitiveImplementationFactory(java.lang.Class<?> propertyClass)
           
 
Method Summary
 java.lang.Object newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveImplementationFactory

public PrimitiveImplementationFactory(java.lang.Class<?> propertyClass)
Method Detail

newInstance

public java.lang.Object newInstance()
Specified by:
newInstance in interface ImplementationFactory<java.lang.Object>