Interface PropertyAccessStrategy


  • public interface PropertyAccessStrategy
    Describes a strategy for persistent property access (field, JavaBean-style property, etc). Acts as a factory for PropertyAccess instances.
    • Method Detail

      • buildPropertyAccess

        PropertyAccess buildPropertyAccess​(java.lang.Class containerJavaType,
                                           java.lang.String propertyName)
        Build a PropertyAccess for the indicated property
        Parameters:
        containerJavaType - The Java type that contains the property; may be null for non-pojo cases.
        propertyName - The property name
        Returns:
        The appropriate PropertyAccess