Class TypesUtils


  • public class TypesUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TypesUtils()  
    • Method Summary

      Modifier and Type Method Description
      static <T extends Codec>
      Types.ConstructorCodec<T>
      getConstructorCodec​(java.lang.Class<T> clazz)  
      • Methods inherited from class java.lang.Object

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

      • constructorCodecMap

        public static java.util.Map<java.lang.Class,​Types.ConstructorCodec> constructorCodecMap
    • Constructor Detail

      • TypesUtils

        public TypesUtils()
    • Method Detail