Class Types


  • public class Types
    extends java.lang.Object
    Static helper class to get types based on their Java typeClass.
    • Constructor Summary

      Constructors 
      Constructor Description
      Types()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends java.lang.Enum<T> & Type>
      T
      parse​(java.lang.Class<T> enumType, java.lang.String input, java.util.Map<java.lang.String,​T> aliases)  
      • Methods inherited from class java.lang.Object

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

      • Types

        public Types()
    • Method Detail

      • parse

        public static <T extends java.lang.Enum<T> & Type> T parse​(java.lang.Class<T> enumType,
                                                                   java.lang.String input,
                                                                   java.util.Map<java.lang.String,​T> aliases)