public final class OperationMethodInfo extends Object
ReflectiveOperationInvoker
Constructor and Description |
---|
OperationMethodInfo(Method method,
OperationType operationType,
org.springframework.core.annotation.AnnotationAttributes annotationAttributes) |
Modifier and Type | Method and Description |
---|---|
Method |
getMethod()
Return the source Java method.
|
OperationType |
getOperationType()
Return the operation type.
|
Map<String,Parameter> |
getParameters()
Return a map of method parameters with the key being the discovered parameter name.
|
String[] |
getProduces()
Return the mime type that the operation produces.
|
public OperationMethodInfo(Method method, OperationType operationType, org.springframework.core.annotation.AnnotationAttributes annotationAttributes)
public Method getMethod()
public OperationType getOperationType()
public String[] getProduces()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.