Modifier and Type | Method and Description |
---|---|
static HandlerParam |
create(Method method,
String normalizedTagName,
int paramIndex)
Looks for a field of the form [methodName]_[paramIndex]_[attrName].
|
String |
getDefaultValue(Schema schema)
Called while parsing to get the default value for an attribute.
|
String |
getNormalizedName() |
Class<?> |
getParamType() |
boolean |
isOptional() |
public static HandlerParam create(Method method, String normalizedTagName, int paramIndex)
public String getDefaultValue(Schema schema)
public String getNormalizedName()
public Class<?> getParamType()
public boolean isOptional()
Copyright © 2018. All rights reserved.