|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The type of parameter returned by this resolverpublic interface ParameterResolver<T>
Interface for a mechanism that resolves handler method parameter values from a given Message.
| Method Summary | |
|---|---|
boolean |
matches(Message message)
Indicates whether this resolver is capable of providing a value for the given message. |
T |
resolveParameterValue(Message message)
Resolves the parameter value to use for the given message, or null if no suitable
parameter value can be resolved. |
| Method Detail |
|---|
T resolveParameterValue(Message message)
message, or null if no suitable
parameter value can be resolved.
message - The message to resolve the value from
boolean matches(Message message)
message.
message - The message to evaluate
true if this resolver can provide a value for the message, otherwise false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||