Class SimpleTypeRegistry

java.lang.Object
org.apache.ibatis.type.SimpleTypeRegistry

public class SimpleTypeRegistry extends Object
  • Field Details

    • SIMPLE_TYPE_SET

      private static final Set<Class<?>> SIMPLE_TYPE_SET
  • Constructor Details

    • SimpleTypeRegistry

      private SimpleTypeRegistry()
  • Method Details

    • isSimpleType

      public static boolean isSimpleType(Class<?> clazz)