public class PropertyShadowBuilderImpl extends Object implements PropertyShadowBuilder
Constructor and Description |
---|
PropertyShadowBuilderImpl(PlasticProxyFactory proxyFactory,
PropertyAccess propertyAccess) |
Modifier and Type | Method and Description |
---|---|
<T> T |
build(Object source,
String propertyName,
Class<T> propertyType) |
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 type5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.