Class ArrayValueWriter

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected static boolean isArrayish​(java.lang.Object value)  
      (package private) static boolean isArrayOfPrimitive​(java.lang.Object array)  
      boolean isPrimitiveType()  
      protected java.util.Collection<?> normalize​(java.lang.Object value)  
      private static java.lang.Object peek​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • ArrayValueWriter

        ArrayValueWriter()
    • Method Detail

      • isArrayish

        protected static boolean isArrayish​(java.lang.Object value)
      • isArrayOfPrimitive

        static boolean isArrayOfPrimitive​(java.lang.Object array)
      • normalize

        protected java.util.Collection<?> normalize​(java.lang.Object value)
      • peek

        private static java.lang.Object peek​(java.lang.Object value)