Class PropertyShadowBuilderImpl

java.lang.Object
org.apache.tapestry5.ioc.internal.services.PropertyShadowBuilderImpl
All Implemented Interfaces:
PropertyShadowBuilder

  • Constructor Details

  • Method Details

    • build

      public <T> T build(Object source, String propertyName, Class<T> propertyType)
      Specified by:
      build in interface PropertyShadowBuilder
      Parameters:
      source - the object from which a property will be extracted
      propertyName - the name of a property of the object, which must be readable
      propertyType - the expected type of the property, the actual property type must be assignable to this type
      Returns:
      the shadow