2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.implementation.osgi.context
Class OSGiPropertyValueObjectFactory.ObjectFactoryImplBase
java.lang.Object
org.apache.tuscany.sca.implementation.osgi.context.OSGiPropertyValueObjectFactory.ObjectFactoryImplBase
- All Implemented Interfaces:
- ObjectFactory
- Direct Known Subclasses:
- OSGiPropertyValueObjectFactory.ListObjectFactoryImpl, OSGiPropertyValueObjectFactory.ObjectFactoryImpl
- Enclosing class:
- OSGiPropertyValueObjectFactory
public abstract class OSGiPropertyValueObjectFactory.ObjectFactoryImplBase
- extends java.lang.Object
- implements ObjectFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
simpleTypeMapper
protected SimpleTypeMapper simpleTypeMapper
property
protected Property property
propertyValue
protected java.lang.Object propertyValue
javaType
protected java.lang.Class javaType
sourceDataType
protected DataType<XMLType> sourceDataType
targetDataType
protected DataType<?> targetDataType
OSGiPropertyValueObjectFactory.ObjectFactoryImplBase
public OSGiPropertyValueObjectFactory.ObjectFactoryImplBase(Property property,
java.lang.Object propertyValue,
boolean isSimpleType,
java.lang.Class javaType)