Package | Description |
---|---|
org.springframework.hateoas |
Value objects to ease creating
Link s and link driven representations for REST
webservices. |
Modifier and Type | Method and Description |
---|---|
Link |
Link.andAffordance(HttpMethod httpMethod,
Class<?> inputType,
List<QueryParameter> queryMethodParameters,
Class<?> outputType)
Convenience method when chaining an existing
Link . |
Link |
Link.andAffordance(HttpMethod httpMethod,
ResolvableType inputType,
List<QueryParameter> queryMethodParameters,
ResolvableType outputType)
Convenience method when chaining an existing
Link . |
Link |
Link.andAffordance(String name,
HttpMethod httpMethod,
ResolvableType inputType,
List<QueryParameter> queryMethodParameters,
ResolvableType outputType)
Convenience method when chaining an existing
Link . |
AffordanceModel |
AffordanceModelFactory.getAffordanceModel(String name,
Link link,
HttpMethod httpMethod,
ResolvableType inputType,
List<QueryParameter> queryMethodParameters,
ResolvableType outputType)
Look up the
AffordanceModel for this factory. |
Constructor and Description |
---|
Affordance(String name,
Link link,
HttpMethod httpMethod,
ResolvableType inputType,
List<QueryParameter> queryMethodParameters,
ResolvableType outputType)
Creates a new
Affordance . |
Copyright © 2012-2019–2019 Pivotal, Inc.. All rights reserved.