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

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

public class DefaultPropertyValueObjectFactory.ListObjectFactoryImpl
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.ListObjectFactoryImpl(Property property, java.util.List<?> propertyValues, boolean isSimpleType, java.lang.Class javaType)
           
 
Method Summary
 java.util.List<?> 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.ListObjectFactoryImpl

public DefaultPropertyValueObjectFactory.ListObjectFactoryImpl(Property property,
                                                               java.util.List<?> propertyValues,
                                                               boolean isSimpleType,
                                                               java.lang.Class javaType)
Method Detail

getInstance

public java.util.List<?> 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