2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.implementation.java.injection
Class JavaPropertyValueObjectFactory.ObjectFactoryImplBase
java.lang.Object
org.apache.tuscany.sca.implementation.java.injection.JavaPropertyValueObjectFactory.ObjectFactoryImplBase
- All Implemented Interfaces:
- ObjectFactory
- Direct Known Subclasses:
- JavaPropertyValueObjectFactory.ArrayObjectFactoryImpl, JavaPropertyValueObjectFactory.ListObjectFactoryImpl, JavaPropertyValueObjectFactory.ObjectFactoryImpl
- Enclosing class:
- JavaPropertyValueObjectFactory
public abstract class JavaPropertyValueObjectFactory.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
JavaPropertyValueObjectFactory.ObjectFactoryImplBase
public JavaPropertyValueObjectFactory.ObjectFactoryImplBase(Property property,
java.lang.Object propertyValue,
boolean isSimpleType,
java.lang.Class javaType)