public class FunctionArgumentSignatureFactory extends Object
| Constructor and Description |
|---|
FunctionArgumentSignatureFactory() |
| Modifier and Type | Method and Description |
|---|---|
List<FunctionArgumentSignature> |
createDefaultArgumentSignature(Method method,
Parameter parameter)
Create a new factory.
|
Object |
getDefaultValue(Parameter parameter)
Determine annotated default parameter value.
|
String |
getParameterName(Parameter parameter)
Determine annotated name of a method parameter.
|
public List<FunctionArgumentSignature> createDefaultArgumentSignature(Method method, Parameter parameter)
public String getParameterName(Parameter parameter)
parameter - The method parameter.Copyright © 2016 bit3. All rights reserved.