|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.hateoas.core.MethodParameters
public class MethodParameters
Value object to represent MethodParameters to allow to easily find the ones with a given annotation.
| Constructor Summary | |
|---|---|
MethodParameters(Method method)
Creates a new MethodParameter from the given Method. |
|
| Method Summary | |
|---|---|
List<MethodParameter> |
getParameters()
Returns all MethodParameters. |
List<MethodParameter> |
getParametersWith(Class<? extends Annotation> annotation)
Returns all MethodParameters annotated with the given annotation type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodParameters(Method method)
MethodParameter from the given Method.
method - must not be null.| Method Detail |
|---|
public List<MethodParameter> getParameters()
MethodParameters.
public List<MethodParameter> getParametersWith(Class<? extends Annotation> annotation)
MethodParameters annotated with the given annotation type.
annotation - must not be null.
|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||