| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.impl.verifier |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ComponentVerifier.VerificationError.ExceptionAttribute
Attributes for details about an exception that was raised
|
static interface |
ComponentVerifier.VerificationError.GroupAttribute
Group related details
|
static interface |
ComponentVerifier.VerificationError.HttpAttribute
HTTP related error details
|
| Modifier and Type | Method and Description |
|---|---|
static ComponentVerifier.VerificationError.Attribute |
ComponentVerifier.VerificationError.asAttribute(String attribute)
Convert a string to an
ComponentVerifier.VerificationError.Attribute |
| Modifier and Type | Method and Description |
|---|---|
Map<ComponentVerifier.VerificationError.Attribute,Object> |
ComponentVerifier.VerificationError.getDetails()
Details about the failed verification.
|
| Modifier and Type | Method and Description |
|---|---|
default Object |
ComponentVerifier.VerificationError.getDetail(ComponentVerifier.VerificationError.Attribute attribute)
Get a single detail for a given attribute
|
| Modifier and Type | Method and Description |
|---|---|
Map<ComponentVerifier.VerificationError.Attribute,Object> |
DefaultResultVerificationError.getDetails() |
| Modifier and Type | Method and Description |
|---|---|
ResultErrorBuilder |
ResultErrorBuilder.detail(ComponentVerifier.VerificationError.Attribute key,
Object value) |
<T> ResultErrorBuilder |
ResultErrorBuilder.detail(ComponentVerifier.VerificationError.Attribute key,
Supplier<Optional<T>> supplier) |
| Modifier and Type | Method and Description |
|---|---|
ResultErrorBuilder |
ResultErrorBuilder.details(Map<ComponentVerifier.VerificationError.Attribute,Object> details) |
| Constructor and Description |
|---|
DefaultResultVerificationError(ComponentVerifier.VerificationError.Code code,
String description,
Set<String> parameterKeys,
Map<ComponentVerifier.VerificationError.Attribute,Object> details) |
Apache Camel