Interface IPropertyTypeResolver

All Known Implementing Classes:
HashMapWithTypeInfo, PersonalizedValueReader, ROWDYNAMICCONTENTBinding.BoundAttributesMap

public interface IPropertyTypeResolver
When setting a property via expression then the type of the property needs to be resolved. In case of setting the property via introspection (setter/getter method) the type is resolved automatically out of the corresponding type definition of the setter/getter. In case of dynamic property resolution (via Map-access) the type is some times "best-guessed". In this case you can implement the interface IPropertyTypeProvider for this object that provides the properties (i.e. typically the Map-implementation).
  • Method Summary

    Modifier and Type
    Method
    Description
    resolveType(String propertyName)
     
  • Method Details