Package org.apache.ibatis.reflection
Class Jdk
- java.lang.Object
-
- org.apache.ibatis.reflection.Jdk
-
public class Jdk extends java.lang.Object
To check the existence of version dependent classes.
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
dateAndTimeApiExists
Deprecated.Since 3.5.0, Will remove this field at feature(next major version up)static boolean
optionalExists
Deprecated.Since 3.5.0, Will remove this field at feature(next major version up)static boolean
parameterExists
Deprecated.Since 3.5.0, Will remove this field at feature(next major version up)
-
-
-
Field Detail
-
parameterExists
@Deprecated public static final boolean parameterExists
Deprecated.Since 3.5.0, Will remove this field at feature(next major version up)true
ifjava.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)
-
-