类 PropertyAccessEmbeddedImpl

  • 所有已实现的接口:
    PropertyAccess

    public class PropertyAccessEmbeddedImpl
    extends Object
    implements PropertyAccess
    PropertyAccess for handling non-aggregated composites.

    IMPL NOTE : We actually use a singleton for the Setter; we cannot for the getter mainly because we need to differentiate Getter.getReturnType(). Ultimately I'd prefer to model that "common information" on PropertyAccess itself.

    作者:
    Gavin King, Steve Ebersole