@Internal
public final class PropertyUtils
extends Object
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getBoolean
public static boolean getBoolean(String name,
boolean defaultValue)
-
getString
@Contract("_, null -> null; _, !null -> !null")
public static String getString(@NotNull
@NotNull String name,
@Nullable
@Nullable String defaultValue)
-