org.apache.tapestry5.ioc.internal.services
Class PropertyShadowBuilderImpl
java.lang.Object
org.apache.tapestry5.ioc.internal.services.PropertyShadowBuilderImpl
- All Implemented Interfaces:
- PropertyShadowBuilder
public class PropertyShadowBuilderImpl
- extends Object
- implements PropertyShadowBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyShadowBuilderImpl
public PropertyShadowBuilderImpl(@Builtin
PlasticProxyFactory proxyFactory,
PropertyAccess propertyAccess)
build
public <T> T build(Object source,
String propertyName,
Class<T> propertyType)
- Specified by:
build
in interface PropertyShadowBuilder
- 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
Copyright © 2003-2012 The Apache Software Foundation.