Class IonValueUtils


  • public class IonValueUtils
    extends java.lang.Object
    Utility methods for working with IonValues.
    • Constructor Summary

      Constructors 
      Constructor Description
      IonValueUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean anyNull​(IonValue value)
      Determines whether a value is Java null, or any Ion null.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IonValueUtils

        public IonValueUtils()
    • Method Detail

      • anyNull

        public static final boolean anyNull​(IonValue value)
        Determines whether a value is Java null, or any Ion null.
        Parameters:
        value - may be null.
        Returns:
        (value == null || value.isNullValue())