Class PropertyShadowBuilderImpl
- java.lang.Object
-
- org.apache.tapestry5.ioc.internal.services.PropertyShadowBuilderImpl
-
- All Implemented Interfaces:
PropertyShadowBuilder
public class PropertyShadowBuilderImpl extends Object implements PropertyShadowBuilder
-
-
Constructor Summary
Constructors Constructor Description PropertyShadowBuilderImpl(PlasticProxyFactory proxyFactory, PropertyAccess propertyAccess)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
build(Object source, String propertyName, Class<T> propertyType)
-
-
-
Constructor Detail
-
PropertyShadowBuilderImpl
public PropertyShadowBuilderImpl(@Builtin PlasticProxyFactory proxyFactory, PropertyAccess propertyAccess)
-
-
Method Detail
-
build
public <T> T build(Object source, String propertyName, Class<T> propertyType)
- Specified by:
build
in interfacePropertyShadowBuilder
- Parameters:
source
- the object from which a property will be extractedpropertyName
- the name of a property of the object, which must be readablepropertyType
- the expected type of the property, the actual property type must be assignable to this type- Returns:
- the shadow
-
-