public static interface ComponentVerifierExtension.VerificationError.Attribute extends Serializable
| Modifier and Type | Method and Description |
|---|---|
default String |
getName()
Bean style accessor to name;
This is required for framework like Jackson using bean convention for object serialization.
|
String |
name()
Name of the attribute.
|
Apache Camel