Class EnvConfig
java.lang.Object
com.serinity.exercicecontrol.service.api.EnvConfig
Class documentation.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringDocuments get.static StringDocuments get.static booleangetBoolean(String key, boolean defaultValue) Documents getBoolean.static doubleDocuments getDouble.static intDocuments getInt.static booleanDocuments has.static StringDocuments require.
-
Method Details
-
get
-
get
-
require
-
getInt
Documents getInt. -
getDouble
Documents getDouble. -
getBoolean
Documents getBoolean. -
has
Documents has.
-