Class Types


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

      Constructors 
      Constructor Description
      Types()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.reflect.Type list​(java.lang.reflect.Type element)  
      static java.lang.reflect.Type map​(java.lang.reflect.Type key, java.lang.reflect.Type value)  
      static java.lang.reflect.Type of​(java.lang.reflect.Type rawType, java.lang.reflect.Type... args)  
      static java.lang.reflect.Type set​(java.lang.reflect.Type element)  
      • Methods inherited from class java.lang.Object

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

      • Types

        public Types()
    • Method Detail

      • list

        public static java.lang.reflect.Type list​(java.lang.reflect.Type element)
      • set

        public static java.lang.reflect.Type set​(java.lang.reflect.Type element)
      • map

        public static java.lang.reflect.Type map​(java.lang.reflect.Type key,
                                                 java.lang.reflect.Type value)
      • of

        public static java.lang.reflect.Type of​(java.lang.reflect.Type rawType,
                                                java.lang.reflect.Type... args)