Class TypedDataConverter


  • public class TypedDataConverter
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Set<com.whylogs.core.message.InferredType.Type> NUMERIC_TYPES  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TypedData convert​(java.lang.Object data)  
      • Methods inherited from class java.lang.Object

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

      • NUMERIC_TYPES

        public static final java.util.Set<com.whylogs.core.message.InferredType.Type> NUMERIC_TYPES
    • Constructor Detail

      • TypedDataConverter

        public TypedDataConverter()
    • Method Detail

      • convert

        public TypedData convert​(java.lang.Object data)