public class ArgumentDescription extends Object
| Constructor and Description |
|---|
ArgumentDescription(String name,
Annotation[] annotations,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
String |
constrettoConfigurationKeyCandidate() |
boolean |
equals(Object o) |
Annotation[] |
getAnnotations() |
String |
getName() |
Class<?> |
getType() |
int |
hashCode() |
String |
toString() |
public ArgumentDescription(String name, Annotation[] annotations, Class<?> type)
public String getName()
public Annotation[] getAnnotations()
public Class<?> getType()
public String constrettoConfigurationKeyCandidate()
Copyright © 2008–2017. All rights reserved.