Class Jdk

java.lang.Object
org.apache.ibatis.reflection.Jdk

public class Jdk extends Object
To check the existence of version dependent classes.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final boolean
    Deprecated.
    Since 3.5.0, Will remove this field at feature(next major version up)
    static final boolean
    Deprecated.
    Since 3.5.0, Will remove this field at feature(next major version up)
    static final boolean
    Deprecated.
    Since 3.5.0, Will remove this field at feature(next major version up)
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    Jdk()
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • parameterExists

      @Deprecated public static final boolean parameterExists
      Deprecated.
      Since 3.5.0, Will remove this field at feature(next major version up)
      true if java.lang.reflect.Parameter is available.
    • dateAndTimeApiExists

      @Deprecated public static final boolean dateAndTimeApiExists
      Deprecated.
      Since 3.5.0, Will remove this field at feature(next major version up)
    • optionalExists

      @Deprecated public static final boolean optionalExists
      Deprecated.
      Since 3.5.0, Will remove this field at feature(next major version up)
  • Constructor Details

    • Jdk

      private Jdk()