|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={})
@Retention(value=RUNTIME)
@Beta
public @interface BindingSpecifies the binding between a URI template parameter and a bean property.
Link#bindings()| Required Element Summary | |
|---|---|
String |
value
Specifies the value of a URI template parameter. |
| Optional Element Summary | |
|---|---|
String |
name
Specifies the name of the URI template parameter, defaults to "value" for convenience. |
| Element Detail |
|---|
public abstract String value
${instance.widgetId}
In the above example the value is taken from the widgetId
property of the implicit instance bean.
Three implicit beans are supported:
instanceLink annotation.entityresourceLink annotation.
public abstract String name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||