接口 PropertyAccessStrategy

    • 方法详细资料

      • buildPropertyAccess

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