Class NBTypeSafeConversions

java.lang.Object
io.nosqlbench.nb.api.config.standard.NBTypeSafeConversions
All Implemented Interfaces:
NBTypeConverters

public class NBTypeSafeConversions extends Object implements NBTypeConverters
  • Constructor Details

    • NBTypeSafeConversions

      public NBTypeSafeConversions()
  • Method Details

    • to_BigDecimal

      public static BigDecimal to_BigDecimal(String s)
    • to_byte

      public static byte to_byte(String s)
    • to_char

      public static char to_char(String s)
    • to_int

      public static int to_int(String s)
    • to_short

      public static short to_short(int in)
    • to_char

      public static char to_char(int in)
    • to_int

      public static int to_int(char in)
    • to_short

      public static short to_short(char in)
    • to_byte

      public static byte to_byte(char in)
    • to_long

      public static long to_long(char in)
    • to_float

      public static float to_float(char in)
    • to_double

      public static double to_double(char in)
    • to_char

      public static char to_char(double in)
    • to_char

      public static char to_char(short in)
    • to_char

      public static char to_char(long in)
    • to_char

      public static char to_char(float in)
    • to_char

      public static char to_char(byte in)
    • to_double

      public static double to_double(String in)
    • to_short

      public static short to_short(String in)
    • to_long

      public static long to_long(String in)
    • to_float

      public static float to_float(String in)
    • to_boolean

      public static boolean to_boolean(String in)