com.sun.jersey.api.model
Class AbstractSubResourceMethod
java.lang.Object
com.sun.jersey.api.model.AbstractMethod
com.sun.jersey.api.model.AbstractResourceMethod
com.sun.jersey.api.model.AbstractSubResourceMethod
- All Implemented Interfaces:
- AbstractModelComponent, Parameterized, PathAnnotated, AnnotatedElement
public class AbstractSubResourceMethod
- extends AbstractResourceMethod
- implements PathAnnotated
- Author:
- mh124079
Methods inherited from class com.sun.jersey.api.model.AbstractResourceMethod |
areInputTypesDeclared, areOutputTypesDeclared, getComponents, getDeclaringResource, getGenericReturnType, getHttpMethod, getParameters, getReturnType, getSupportedInputTypes, getSupportedOutputTypes, hasEntity, setAreInputTypesDeclared, setAreOutputTypesDeclared |
AbstractSubResourceMethod
public AbstractSubResourceMethod(AbstractResource resource,
Method method,
Class returnType,
Type genericReturnType,
PathValue uriPath,
String httpMethod,
Annotation[] annotations)
getPath
public PathValue getPath()
- Specified by:
getPath
in interface PathAnnotated
accept
public void accept(AbstractModelVisitor visitor)
- Specified by:
accept
in interface AbstractModelComponent
- Overrides:
accept
in class AbstractResourceMethod
toString
public String toString()
- Overrides:
toString
in class AbstractResourceMethod
Copyright © 2013 Oracle Corporation. All Rights Reserved.