public final class FeatureDetector extends Object
Modifier and Type | Method and Description |
---|---|
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 © 2015. All rights reserved.