public final class SideEffectHelper extends Object
Modifier and Type | Method and Description |
---|---|
static void |
validateSideEffectKey(String key) |
static void |
validateSideEffectKeyValue(String key,
Object value)
Deprecated.
As of release 3.5.3, not replaced as there is really no general validation anymore for values since
null is now accepted. |
static void |
validateSideEffectValue(Object value)
Deprecated.
As of release 3.5.3, not replaced as there is really no general validation anymore for values since
null is now accepted. |
public static void validateSideEffectKey(String key) throws IllegalArgumentException
IllegalArgumentException
@Deprecated public static void validateSideEffectValue(Object value) throws IllegalArgumentException
null
is now accepted.IllegalArgumentException
@Deprecated public static void validateSideEffectKeyValue(String key, Object value) throws IllegalArgumentException
null
is now accepted.IllegalArgumentException
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.