public class AbstractSubResourceMethod extends AbstractResourceMethod implements PathAnnotated
| Constructor and Description |
|---|
AbstractSubResourceMethod(AbstractResource resource,
java.lang.reflect.Method method,
java.lang.Class returnType,
java.lang.reflect.Type genericReturnType,
PathValue uriPath,
java.lang.String httpMethod,
java.lang.annotation.Annotation[] annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AbstractModelVisitor visitor) |
PathValue |
getPath() |
java.lang.String |
toString() |
areInputTypesDeclared, areOutputTypesDeclared, getComponents, getDeclaringResource, getGenericReturnType, getHttpMethod, getParameters, getReturnType, getSupportedInputTypes, getSupportedOutputTypes, hasEntity, setAreInputTypesDeclared, setAreOutputTypesDeclaredgetAnnotation, getAnnotations, getDeclaredAnnotations, getMethod, getResource, isAnnotationPresentpublic AbstractSubResourceMethod(AbstractResource resource, java.lang.reflect.Method method, java.lang.Class returnType, java.lang.reflect.Type genericReturnType, PathValue uriPath, java.lang.String httpMethod, java.lang.annotation.Annotation[] annotations)
public PathValue getPath()
getPath in interface PathAnnotatedpublic void accept(AbstractModelVisitor visitor)
accept in interface AbstractModelComponentaccept in class AbstractResourceMethodpublic java.lang.String toString()
toString in class AbstractResourceMethodCopyright © 2016 Oracle Corporation. All Rights Reserved.