MCPcopy
hub / github.com/lightbend/config / isEmpty

Method isEmpty

config/src/main/java/com/typesafe/config/Config.java:469–469  ·  view source on GitHub ↗

Returns true if the Config's root object contains no key-value pairs. @return true if the configuration is empty

()

Source from the content-addressed store, hash-verified

467 * @return true if the configuration is empty
468 */
469 boolean isEmpty();
470
471 /**
472 * Returns the set of path-value pairs, excluding any null values, found by

Callers 15

appendToStringBuilderMethod · 0.65
nextCharRawMethod · 0.65
hasNextMethod · 0.65
nextMethod · 0.65
createInternalMethod · 0.65
fromAnyRefMethod · 0.65
isEmptyMethod · 0.65
getDescMethod · 0.65
checkValidMethod · 0.65
withValueMethod · 0.65
renderMethod · 0.65

Implementers 1

SimpleConfigconfig/src/main/java/com/typesafe/conf

Calls

no outgoing calls

Tested by

no test coverage detected