public final class RestServiceApiDescriptor
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RestServiceApiDescriptor.MethodDescriptor |
Modifier and Type | Field and Description |
---|---|
java.lang.Class<?> |
apiInterface |
RestServiceApiDescriptor.MethodDescriptor[] |
methods |
java.lang.String |
rootPath |
Constructor and Description |
---|
RestServiceApiDescriptor(java.lang.Class<?> apiInterface,
RestServiceApiDescriptor.MethodDescriptor[] methods,
java.lang.String rootPath) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApiInterfaceName() |
java.lang.String |
toString() |
public final java.lang.Class<?> apiInterface
public final RestServiceApiDescriptor.MethodDescriptor[] methods
public final java.lang.String rootPath
public RestServiceApiDescriptor(java.lang.Class<?> apiInterface, RestServiceApiDescriptor.MethodDescriptor[] methods, java.lang.String rootPath)
Copyright © 2021. All Rights Reserved.