com.sun.jersey.api.model
Class AbstractSetterMethod
java.lang.Object
com.sun.jersey.api.model.AbstractMethod
com.sun.jersey.api.model.AbstractSetterMethod
- All Implemented Interfaces:
- AbstractModelComponent, Parameterized, AnnotatedElement
public class AbstractSetterMethod
- extends AbstractMethod
- implements Parameterized, AbstractModelComponent
- Author:
- Paul.Sandoz@Sun.Com
AbstractSetterMethod
public AbstractSetterMethod(AbstractResource resource,
Method method,
Annotation[] annotations)
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.