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