public interface PropertyShadowBuilder
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | build(Object source,
     String propertyName,
     Class<T> propertyType) | 
<T> T build(Object source, String propertyName, Class<T> propertyType)
T - 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.