public class PropertyShadowBuilderImpl extends java.lang.Object implements PropertyShadowBuilder
| Constructor and Description |
|---|
PropertyShadowBuilderImpl(PlasticProxyFactory proxyFactory,
PropertyAccess propertyAccess) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
build(java.lang.Object source,
java.lang.String propertyName,
java.lang.Class<T> propertyType) |
public PropertyShadowBuilderImpl(@Builtin PlasticProxyFactory proxyFactory, PropertyAccess propertyAccess)
public <T> T build(java.lang.Object source, java.lang.String propertyName, java.lang.Class<T> propertyType)
build in interface PropertyShadowBuildersource - 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.