public class AbstractSetterMethod extends AbstractMethod implements Parameterized, AbstractModelComponent
| Constructor and Description |
|---|
AbstractSetterMethod(AbstractResource resource,
java.lang.reflect.Method method,
java.lang.annotation.Annotation[] annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AbstractModelVisitor visitor) |
java.util.List<AbstractModelComponent> |
getComponents() |
java.util.List<Parameter> |
getParameters() |
java.lang.String |
toString() |
getAnnotation, getAnnotations, getDeclaredAnnotations, getMethod, getResource, isAnnotationPresentpublic AbstractSetterMethod(AbstractResource resource, java.lang.reflect.Method method, java.lang.annotation.Annotation[] annotations)
public java.util.List<Parameter> getParameters()
getParameters in interface Parameterizedpublic void accept(AbstractModelVisitor visitor)
accept in interface AbstractModelComponentpublic java.util.List<AbstractModelComponent> getComponents()
getComponents in interface AbstractModelComponentpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2016 Oracle Corporation. All Rights Reserved.