2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.context
Interface PropertyValueFactory
- All Known Implementing Classes:
- JavaPropertyValueObjectFactory, SpringPropertyValueObjectFactory
public interface PropertyValueFactory
Interface implemented by the provider of the property values
createPropertyValue
<B> B createPropertyValue(ComponentProperty property,
java.lang.Class<B> type)
- This method will create an instance of the value for the specified Property.
- Type Parameters:
B
- Type type of the property value being looked up- Parameters:
property
- The Property from which to retrieve the property valuetype
- The type of the property value being retrieved from the Property
- Returns:
- the value for the Property