public class PropertyShadowBuilderImpl extends Object implements PropertyShadowBuilder
Constructor and Description |
---|
PropertyShadowBuilderImpl(PlasticProxyFactory proxyFactory,
PropertyAccess propertyAccess) |
public PropertyShadowBuilderImpl(@Builtin PlasticProxyFactory proxyFactory, PropertyAccess propertyAccess)
public <T> T build(Object source, String propertyName, Class<T> propertyType)
build
in interface PropertyShadowBuilder
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${project.version} - Copyright © 2003-2015 The Apache Software Foundation.