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