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, setAreOutputTypesDeclared
getAnnotation, getAnnotations, getDeclaredAnnotations, getMethod, getResource, isAnnotationPresent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType
public AbstractSubResourceMethod(AbstractResource resource, Method method, Class returnType, Type genericReturnType, PathValue uriPath, String httpMethod, Annotation[] annotations)
public PathValue getPath()
getPath
in interface PathAnnotated
public void accept(AbstractModelVisitor visitor)
accept
in interface AbstractModelComponent
accept
in class AbstractResourceMethod
public String toString()
toString
in class AbstractResourceMethod
Copyright © 2016 Oracle Corporation. All rights reserved.