public final class ExtensionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static IllegalArgumentException |
generateInvalidKeyException(Class<? extends CloudEventExtension> clazz,
String key) |
public static IllegalArgumentException generateInvalidKeyException(Class<? extends CloudEventExtension> clazz, String key)
clazz - the CloudEventExtension classkey - the invalid keyIllegalArgumentException when trying to access a key of the extension not existing.Copyright © 2024. All rights reserved.