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
  nullis 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
  nullis 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.IllegalArgumentExceptionCopyright © 2013–2023 Apache Software Foundation. All rights reserved.