org.apache.tuscany.sca.implementation.java.injection
Class JavaPropertyValueObjectFactory.ArrayObjectFactoryImpl

java.lang.Object
  extended by org.apache.tuscany.sca.implementation.java.injection.JavaPropertyValueObjectFactory.ObjectFactoryImplBase
      extended by org.apache.tuscany.sca.implementation.java.injection.JavaPropertyValueObjectFactory.ArrayObjectFactoryImpl
All Implemented Interfaces:
ObjectFactory
Enclosing class:
JavaPropertyValueObjectFactory

public class JavaPropertyValueObjectFactory.ArrayObjectFactoryImpl
extends JavaPropertyValueObjectFactory.ObjectFactoryImplBase


Field Summary
 
Fields inherited from class org.apache.tuscany.sca.implementation.java.injection.JavaPropertyValueObjectFactory.ObjectFactoryImplBase
javaType, property, propertyValue, simpleTypeMapper, sourceDataType, targetDataType
 
Constructor Summary
JavaPropertyValueObjectFactory.ArrayObjectFactoryImpl(Property property, java.util.List<?> propertyValues, 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

JavaPropertyValueObjectFactory.ArrayObjectFactoryImpl

public JavaPropertyValueObjectFactory.ArrayObjectFactoryImpl(Property property,
                                                             java.util.List<?> propertyValues,
                                                             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