Class SimpleTypeRegistry


  • public class SimpleTypeRegistry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Set<java.lang.Class<?>> SIMPLE_TYPE_SET  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SimpleTypeRegistry()  
    • Method Summary

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

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

      • SIMPLE_TYPE_SET

        private static final java.util.Set<java.lang.Class<?>> SIMPLE_TYPE_SET
    • Constructor Detail

      • SimpleTypeRegistry

        private SimpleTypeRegistry()
    • Method Detail

      • isSimpleType

        public static boolean isSimpleType​(java.lang.Class<?> clazz)