public static class Api.MethodDescriptor<P extends AuthenticatedParameters,R> extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
name |
Class<?>[] |
parameterClasses |
Class<? super R> |
result |
| Constructor and Description |
|---|
MethodDescriptor(String name,
Class<? super R> result,
Class<?>... parameterClasses) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JavaType |
resultType()
Internal use only.
|
String |
toString() |
Copyright © 2023. All rights reserved.