public interface AffordanceModelFactory
Modifier and Type | Method and Description |
---|---|
AffordanceModel |
getAffordanceModel(String name,
Link link,
HttpMethod httpMethod,
ResolvableType inputType,
List<QueryParameter> queryMethodParameters,
ResolvableType outputType)
Look up the
AffordanceModel for this factory. |
MediaType |
getMediaType()
Declare the
MediaType this factory supports. |
AffordanceModel getAffordanceModel(String name, Link link, HttpMethod httpMethod, ResolvableType inputType, List<QueryParameter> queryMethodParameters, ResolvableType outputType)
AffordanceModel
for this factory.name
- link
- httpMethod
- inputType
- queryMethodParameters
- outputType
- Copyright © 2012-2019–2019 Pivotal, Inc.. All rights reserved.