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, setAreOutputTypesDeclared
getAnnotation, getAnnotations, getDeclaredAnnotations, getMethod, getResource, isAnnotationPresent
public 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 PathAnnotated
public void accept(AbstractModelVisitor visitor)
accept
in interface AbstractModelComponent
accept
in class AbstractResourceMethod
public java.lang.String toString()
toString
in class AbstractResourceMethod
Copyright © 2016 Oracle Corporation. All Rights Reserved.