类 PropertyAccessStrategyEmbeddedImpl

  • 所有已实现的接口:
    PropertyAccessStrategy

    public class PropertyAccessStrategyEmbeddedImpl
    extends Object
    implements PropertyAccessStrategy
    A PropertyAccessStrategy that deals with non-aggregated composites.
    作者:
    Gavin King, Steve Ebersole
    • 构造器详细资料

      • PropertyAccessStrategyEmbeddedImpl

        public PropertyAccessStrategyEmbeddedImpl()
    • 方法详细资料

      • buildPropertyAccess

        public PropertyAccess buildPropertyAccess​(Class containerJavaType,
                                                  String propertyName)
        从接口复制的说明: PropertyAccessStrategy
        Build a PropertyAccess for the indicated property
        指定者:
        buildPropertyAccess 在接口中 PropertyAccessStrategy
        参数:
        containerJavaType - The Java type that contains the property; may be null for non-pojo cases.
        propertyName - The property name
        返回:
        The appropriate PropertyAccess