public final class FeatureDetector extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isCacheUnderscoreToCamelcaseEnabled() |
static boolean |
isJodaTimeAvailable() |
static boolean |
isOracleAvailable() |
static boolean |
isSlf4jAvailable() |
static void |
setCacheUnderscoreToCamelcaseEnabled(boolean cacheUnderscoreToCamelcaseEnabled)
Turn caching of underscore to camelcase on or off.
|
public static boolean isJodaTimeAvailable()
true if Joda-Time is available, false otherwise.public static boolean isSlf4jAvailable()
true if Slf4j is available, false otherwise.public static boolean isOracleAvailable()
true if oracle.sql is available, false otherwise.public static boolean isCacheUnderscoreToCamelcaseEnabled()
true if caching of underscore to camelcase is enabled.public static void setCacheUnderscoreToCamelcaseEnabled(boolean cacheUnderscoreToCamelcaseEnabled)
Copyright © 2021. All rights reserved.