org.loom.binding.factories
Class DefaultImplementationFactory

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

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

Instantiates a new java bean using the default empty constructor


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

Constructor Detail

DefaultImplementationFactory

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

newInstance

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

getImplementationClass

public java.lang.Class<?> getImplementationClass()