public class DiscoveredOperationMethod extends OperationMethod
OperationMethod discovered by an EndpointDiscoverer.| Constructor and Description |
|---|
DiscoveredOperationMethod(java.lang.reflect.Method method,
OperationType operationType,
org.springframework.core.annotation.AnnotationAttributes annotationAttributes) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getProducesMediaTypes() |
getMethod, getOperationType, getParameters, toStringpublic DiscoveredOperationMethod(java.lang.reflect.Method method,
OperationType operationType,
org.springframework.core.annotation.AnnotationAttributes annotationAttributes)