|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EmbeddedWrapper
A wrapper to handle values to be embedded into a Resource.
| Method Summary | |
|---|---|
String |
getRel()
Returns the rel to be used when embedding. |
Class<?> |
getRelTargetType()
Returns the type to be used to calculate a type based rel. |
Object |
getValue()
Returns the actual value to embed. |
boolean |
hasRel(String rel)
Returns whether the wrapper hast the given rel. |
boolean |
isCollectionValue()
Returns whether the wrapper is a collection value. |
| Method Detail |
|---|
String getRel()
boolean hasRel(String rel)
rel - can be null.
boolean isCollectionValue()
Object getValue()
Class<?> getRelTargetType()
|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||