org.apache.tuscany.sca.implementation.osgi.context
Class OSGiPropertyValueObjectFactory.ListObjectFactoryImpl

java.lang.Object
  extended by org.apache.tuscany.sca.implementation.osgi.context.OSGiPropertyValueObjectFactory.ObjectFactoryImplBase
      extended by org.apache.tuscany.sca.implementation.osgi.context.OSGiPropertyValueObjectFactory.ListObjectFactoryImpl
All Implemented Interfaces:
ObjectFactory
Enclosing class:
OSGiPropertyValueObjectFactory

public class OSGiPropertyValueObjectFactory.ListObjectFactoryImpl
extends OSGiPropertyValueObjectFactory.ObjectFactoryImplBase


Field Summary
 
Fields inherited from class org.apache.tuscany.sca.implementation.osgi.context.OSGiPropertyValueObjectFactory.ObjectFactoryImplBase
javaType, property, propertyValue, simpleTypeMapper, sourceDataType, targetDataType
 
Constructor Summary
OSGiPropertyValueObjectFactory.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

OSGiPropertyValueObjectFactory.ListObjectFactoryImpl

public OSGiPropertyValueObjectFactory.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