com.sun.jersey.api.model
Class AbstractResourceMethod
java.lang.Object
com.sun.jersey.api.model.AbstractMethod
com.sun.jersey.api.model.AbstractResourceMethod
- All Implemented Interfaces:
- AbstractModelComponent, Parameterized, AnnotatedElement
- Direct Known Subclasses:
- AbstractSubResourceMethod
public class AbstractResourceMethod
- extends AbstractMethod
- implements Parameterized, AbstractModelComponent
Abstraction for a resource method
AbstractResourceMethod
public AbstractResourceMethod(AbstractResource resource,
Method method,
Class returnType,
Type genericReturnType,
String httpMethod,
Annotation[] annotations)
getDeclaringResource
public AbstractResource getDeclaringResource()
getReturnType
public Class getReturnType()
getGenericReturnType
public Type getGenericReturnType()
getSupportedInputTypes
public List<MediaType> getSupportedInputTypes()
setAreInputTypesDeclared
public void setAreInputTypesDeclared(boolean declared)
areInputTypesDeclared
public boolean areInputTypesDeclared()
getSupportedOutputTypes
public List<MediaType> getSupportedOutputTypes()
setAreOutputTypesDeclared
public void setAreOutputTypesDeclared(boolean declared)
areOutputTypesDeclared
public boolean areOutputTypesDeclared()
getHttpMethod
public String getHttpMethod()
hasEntity
public boolean hasEntity()
getParameters
public List<Parameter> getParameters()
- Specified by:
getParameters
in interface Parameterized
accept
public void accept(AbstractModelVisitor visitor)
- Specified by:
accept
in interface AbstractModelComponent
getComponents
public List<AbstractModelComponent> getComponents()
- Specified by:
getComponents
in interface AbstractModelComponent
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 Oracle Corporation. All Rights Reserved.