Class TypeUtils


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

      Constructors 
      Constructor Description
      TypeUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static void appendDescriptor​(java.lang.Class<?> clazz, java.lang.StringBuilder stringBuilder)  
      static java.lang.String getMethodDescriptor​(java.lang.reflect.Method method)  
      static java.lang.String getPrimitiveTypeDescriptor​(java.lang.Class<?> clazz)  
      • Methods inherited from class java.lang.Object

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

      • TypeUtils

        public TypeUtils()
    • Method Detail

      • getMethodDescriptor

        public static java.lang.String getMethodDescriptor​(java.lang.reflect.Method method)
      • appendDescriptor

        private static void appendDescriptor​(java.lang.Class<?> clazz,
                                             java.lang.StringBuilder stringBuilder)
      • getPrimitiveTypeDescriptor

        public static java.lang.String getPrimitiveTypeDescriptor​(java.lang.Class<?> clazz)