org.apache.tuscany.sca.extension.helper.utils
Class DefaultPropertyValueObjectFactory.ObjectFactoryImpl

java.lang.Object
  extended by org.apache.tuscany.sca.extension.helper.utils.DefaultPropertyValueObjectFactory.ObjectFactoryImplBase
      extended by org.apache.tuscany.sca.extension.helper.utils.DefaultPropertyValueObjectFactory.ObjectFactoryImpl
All Implemented Interfaces:
ObjectFactory
Enclosing class:
DefaultPropertyValueObjectFactory

public class DefaultPropertyValueObjectFactory.ObjectFactoryImpl
extends DefaultPropertyValueObjectFactory.ObjectFactoryImplBase


Field Summary
 
Fields inherited from class org.apache.tuscany.sca.extension.helper.utils.DefaultPropertyValueObjectFactory.ObjectFactoryImplBase
javaType, property, propertyValue, simpleTypeMapper, sourceDataType, targetDataType
 
Constructor Summary
DefaultPropertyValueObjectFactory.ObjectFactoryImpl(Property property, java.lang.Object propertyValue, boolean isSimpleType, java.lang.Class javaType)
           
 
Method Summary
 java.lang.Object getInstance()
          Return a instance of the type that this factory creates.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPropertyValueObjectFactory.ObjectFactoryImpl

public DefaultPropertyValueObjectFactory.ObjectFactoryImpl(Property property,
                                                           java.lang.Object propertyValue,
                                                           boolean isSimpleType,
                                                           java.lang.Class javaType)
Method Detail

getInstance

public java.lang.Object getInstance()
                             throws ObjectCreationException
Description copied from interface: ObjectFactory
Return a instance of the type that this factory creates.

Returns:
a instance from this factory
Throws:
ObjectCreationException