public class SetterParameter extends Parameter
Parameter.ParamType
Modifier and Type | Field and Description |
---|---|
protected Method |
annotatedMethod |
protected Method |
setter |
defaultValue, encoded, genericType, paramName, paramType, resourceClass, suspendTimeout, type
Modifier | Constructor and Description |
---|---|
protected |
SetterParameter(ResourceClass declaredClass,
Method setter,
Method annotatedMethod) |
Modifier and Type | Method and Description |
---|---|
AccessibleObject |
getAccessibleObject() |
Method |
getAnnotatedMethod() |
Annotation[] |
getAnnotations() |
Method |
getSetter() |
getDefaultValue, getGenericType, getParamName, getParamType, getResourceClass, getSuspendTimeout, getType, isEncoded
protected SetterParameter(ResourceClass declaredClass, Method setter, Method annotatedMethod)
public Method getSetter()
public Method getAnnotatedMethod()
public AccessibleObject getAccessibleObject()
getAccessibleObject
in class Parameter
public Annotation[] getAnnotations()
getAnnotations
in class Parameter
Copyright © 2019 JBoss by Red Hat. All rights reserved.