Class PropertyShadowBuilderImpl

    • Method Detail

      • 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