DomainObjectMemberRepresentation
Represents the members within the DomainObjectRepresentation 's members
map.
Do not confuse with the subclasses of AbstractObjectMemberRepresentation , which are standalone representations in their own right.
API
DomainObjectMemberRepresentation.java
class DomainObjectMemberRepresentation {
DomainObjectMemberRepresentation(JsonNode jsonNode)
String getMemberType() (1)
String getDisabledReason() (2)
String getFormat()
String getXCausewayFormat() (3)
}
1 | getMemberType()
Whether this is a |
2 | getDisabledReason()
The reason this member cannot be modified (if property or collection) or invoked (if action). |
3 | getXCausewayFormat()
Causeway-specific extension; not part of the RO API; |