public class AbstractSetterMethod extends AbstractMethod implements Parameterized, AbstractModelComponent
Constructor and Description |
---|
AbstractSetterMethod(AbstractResource resource,
Method method,
Annotation[] annotations) |
Modifier and Type | Method and Description |
---|---|
void |
accept(AbstractModelVisitor visitor) |
List<AbstractModelComponent> |
getComponents() |
List<Parameter> |
getParameters() |
String |
toString() |
getAnnotation, getAnnotations, getDeclaredAnnotations, getMethod, getResource, isAnnotationPresent
public AbstractSetterMethod(AbstractResource resource, Method method, Annotation[] annotations)
public List<Parameter> getParameters()
getParameters
in interface Parameterized
public void accept(AbstractModelVisitor visitor)
accept
in interface AbstractModelComponent
public List<AbstractModelComponent> getComponents()
getComponents
in interface AbstractModelComponent
Copyright © 2013 Oracle Corporation. All rights reserved.