@Deprecated public class AnnotatedParameterConfiguration extends ParameterConfiguration
ParameterConfiguration which comes from a field or setter method
which has access to its underlying annotations to be able to expose additional validation
and conversion metadata for the parameter via annotations| Constructor and Description |
|---|
AnnotatedParameterConfiguration(String name,
Class<?> type,
AccessibleObject accessibleObject)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AccessibleObject |
getAccessibleObject()
Deprecated.
|
String |
toString()
Deprecated.
|
getName, getParameterType, newInstance, toJsonpublic AnnotatedParameterConfiguration(String name, Class<?> type, AccessibleObject accessibleObject)
public AccessibleObject getAccessibleObject()
public String toString()
toString in class ParameterConfigurationApache Camel