public class AbstractSubResourceMethod extends AbstractResourceMethod implements PathAnnotated
| Constructor and Description |
|---|
AbstractSubResourceMethod(AbstractResource resource,
Method method,
Class returnType,
Type genericReturnType,
PathValue uriPath,
String httpMethod,
Annotation[] annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AbstractModelVisitor visitor) |
PathValue |
getPath() |
String |
toString() |
areInputTypesDeclared, areOutputTypesDeclared, getComponents, getDeclaringResource, getGenericReturnType, getHttpMethod, getParameters, getReturnType, getSupportedInputTypes, getSupportedOutputTypes, hasEntity, setAreInputTypesDeclared, setAreOutputTypesDeclaredgetAnnotation, getAnnotations, getDeclaredAnnotations, getMethod, getResource, isAnnotationPresentclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByTypepublic AbstractSubResourceMethod(AbstractResource resource, Method method, Class returnType, Type genericReturnType, PathValue uriPath, String httpMethod, Annotation[] annotations)
public PathValue getPath()
getPath in interface PathAnnotatedpublic void accept(AbstractModelVisitor visitor)
accept in interface AbstractModelComponentaccept in class AbstractResourceMethodpublic String toString()
toString in class AbstractResourceMethodCopyright © 2014 Oracle Corporation. All rights reserved.