Package com.openharbor.beck.get

Interface Summary
Getter A relationship from one object to another, with an optional relationship name.
 

Class Summary
DefaultGetter Shared code, inherited by various Getter classes.
ExpansionGetter Used in conjunction with ExpansionMarshaller to marshal several properties to an element with several sub-elements.
FieldGetter Gets a field.
MemberGetter Gets a member of a heterogeneous collection (typically a Collection).
NamedMemberGetter Gets a named member of a heterogeneous collection (typically a Map).
PropertyGetter Gets the value of a JavaBean property.
SelfGetter A Getter that returns the parent when asked for the child.