public static interface ComponentVerifierExtension.VerificationError.Code extends Serializable
ComponentVerifierExtension.VerificationError.StandardCode but also own code can be
generated by implementing this interface. This is best done via ComponentVerifierExtension.VerificationError.asCode(String) If possible, the
standard codes should be reused| Modifier and Type | Method and Description |
|---|---|
default String |
getName()
Bean style accessor to name.
|
String |
name()
Name of the code.
|
String name()
default String getName()
Apache Camel