Class PropertyShadowBuilderImpl
java.lang.Object
org.apache.tapestry5.ioc.internal.services.PropertyShadowBuilderImpl
- All Implemented Interfaces:
PropertyShadowBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyShadowBuilderImpl
(PlasticProxyFactory proxyFactory, PropertyAccess propertyAccess) -
Method Summary
-
Constructor Details
-
PropertyShadowBuilderImpl
public PropertyShadowBuilderImpl(@Builtin PlasticProxyFactory proxyFactory, PropertyAccess propertyAccess)
-
-
Method Details
-
build
- 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
-