Class Types


  • public class Types
    extends java.lang.Object
    Helper methods for class types.
    Since:
    1.4.8
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.regex.Pattern lambdaPattern  
    • Constructor Summary

      Constructors 
      Constructor Description
      Types()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isLambdaType​(java.lang.Class<?> type)  
      • Methods inherited from class java.lang.Object

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

      • lambdaPattern

        private static final java.util.regex.Pattern lambdaPattern
    • Constructor Detail

      • Types

        public Types()
    • Method Detail

      • isLambdaType

        public static final boolean isLambdaType​(java.lang.Class<?> type)