public static class CachingConfig.ValuePathEntry extends java.lang.Object implements CachingConfig.PathEntry, scala.Product, scala.Serializable
| Constructor and Description |
|---|
ValuePathEntry(boolean valid,
boolean exists,
com.typesafe.config.Config config) |
| Modifier and Type | Method and Description |
|---|---|
com.typesafe.config.Config |
config() |
boolean |
exists() |
boolean |
valid() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ValuePathEntry(boolean valid,
boolean exists,
com.typesafe.config.Config config)
public boolean valid()
valid in interface CachingConfig.PathEntrypublic boolean exists()
exists in interface CachingConfig.PathEntrypublic com.typesafe.config.Config config()
config in interface CachingConfig.PathEntry