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