|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.ioc.internal.services.PropertyShadowBuilderImpl
public class PropertyShadowBuilderImpl
Constructor Summary | |
---|---|
PropertyShadowBuilderImpl(PlasticProxyFactory proxyFactory,
PropertyAccess propertyAccess)
|
Method Summary | ||
---|---|---|
|
build(java.lang.Object source,
java.lang.String propertyName,
java.lang.Class<T> propertyType)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyShadowBuilderImpl(@Builtin PlasticProxyFactory proxyFactory, PropertyAccess propertyAccess)
Method Detail |
---|
public <T> T build(java.lang.Object source, java.lang.String propertyName, java.lang.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |