Class/Object

org.ekrich.config.impl

SimpleConfigList

Related Docs: object SimpleConfigList | package impl

Permalink

final class SimpleConfigList extends AbstractConfigValue with ConfigList with Container with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleConfigList
  2. Serializable
  3. Container
  4. ConfigList
  5. List
  6. Collection
  7. Iterable
  8. AbstractConfigValue
  9. MergeableValue
  10. ConfigValue
  11. ConfigMergeable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleConfigList(origin: ConfigOrigin, value: List[AbstractConfigValue])

    Permalink
  2. new SimpleConfigList(origin: ConfigOrigin, value: List[AbstractConfigValue], status: ResolveStatus)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val _origin: ConfigOrigin

    Permalink
    Definition Classes
    AbstractConfigValue
  5. def add(index: Int, element: ConfigValue): Unit

    Permalink
    Definition Classes
    SimpleConfigList → List
  6. def add(e: ConfigValue): Nothing

    Permalink
    Definition Classes
    SimpleConfigList → List → Collection
  7. def addAll(index: Int, c: Collection[_ <: ConfigValue]): Nothing

    Permalink
    Definition Classes
    SimpleConfigList → List
  8. def addAll(c: Collection[_ <: ConfigValue]): Nothing

    Permalink
    Definition Classes
    SimpleConfigList → List → Collection
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def atKey(key: String): SimpleConfig

    Permalink

    Places the value inside a Config at the given key.

    Places the value inside a Config at the given key. See also ConfigValue#atPath(String).

    key

    key to store this value at.

    returns

    a Config instance containing this value at the given key.

    Definition Classes
    AbstractConfigValueConfigValue
  11. def atPath(pathExpression: String): SimpleConfig

    Permalink

    Places the value inside a Config at the given path.

    Places the value inside a Config at the given path. See also ConfigValue#atKey(String).

    returns

    a Config instance containing this value at the given path.

    Definition Classes
    AbstractConfigValueConfigValue
  12. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    SimpleConfigListAbstractConfigValue
  13. def clear(): Unit

    Permalink
    Definition Classes
    SimpleConfigList → List → Collection
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def constructDelayedMerge(origin: ConfigOrigin, stack: List[AbstractConfigValue]): AbstractConfigValue

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractConfigValue
  16. def contains(o: Any): Boolean

    Permalink
    Definition Classes
    SimpleConfigList → List → Collection
  17. def containsAll(c: Collection[_]): Boolean

    Permalink
    Definition Classes
    SimpleConfigList → List → Collection
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    SimpleConfigList → List → Collection → AbstractConfigValue → AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def forEach(arg0: Consumer[_ >: ConfigValue]): Unit

    Permalink
    Definition Classes
    Iterable
  22. def get(index: Int): AbstractConfigValue

    Permalink
    Definition Classes
    SimpleConfigList → List
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hasDescendant(descendant: AbstractConfigValue): Boolean

    Permalink

    Super-expensive full traversal to see if descendant is anywhere underneath this container.

    Super-expensive full traversal to see if descendant is anywhere underneath this container.

    Definition Classes
    SimpleConfigListContainer
  25. def hashCode(): Int

    Permalink
    Definition Classes
    SimpleConfigList → List → Collection → AbstractConfigValue → AnyRef → Any
  26. def indexOf(o: Any): Int

    Permalink
    Definition Classes
    SimpleConfigList → List
  27. def isEmpty(): Boolean

    Permalink
    Definition Classes
    SimpleConfigList → List → Collection
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def iterator(): Iterator[ConfigValue]

    Permalink
    Definition Classes
    SimpleConfigList → List → Collection → Iterable
  30. def lastIndexOf(o: Any): Int

    Permalink
    Definition Classes
    SimpleConfigList → List
  31. def listIterator(index: Int): ListIterator[ConfigValue]

    Permalink
    Definition Classes
    SimpleConfigList → List
  32. def listIterator(): ListIterator[ConfigValue]

    Permalink
    Definition Classes
    SimpleConfigList → List
  33. def mergedWithNonObject(fallback: AbstractConfigValue): AbstractConfigValue

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractConfigValue
  34. final def mergedWithNonObject(stack: Collection[AbstractConfigValue], fallback: AbstractConfigValue): AbstractConfigValue

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractConfigValue
  35. def mergedWithObject(fallback: AbstractConfigObject): AbstractConfigValue

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractConfigValue
  36. final def mergedWithObject(stack: Collection[AbstractConfigValue], fallback: AbstractConfigObject): AbstractConfigValue

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractConfigValue
  37. def mergedWithTheUnmergeable(fallback: Unmergeable): AbstractConfigValue

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractConfigValue
  38. final def mergedWithTheUnmergeable(stack: Collection[AbstractConfigValue], fallback: Unmergeable): AbstractConfigValue

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractConfigValue
  39. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  40. def newCopy(newOrigin: ConfigOrigin): SimpleConfigList

    Permalink
    Definition Classes
    SimpleConfigListAbstractConfigValue
  41. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  43. def origin(): SimpleConfigOrigin

    Permalink

    The origin of the value (file, line number, etc.), for debugging and error messages.

    The origin of the value (file, line number, etc.), for debugging and error messages.

    returns

    where the value came from

    Definition Classes
    AbstractConfigValueConfigValue
  44. def parallelStream(): Stream[ConfigValue]

    Permalink
    Definition Classes
    Collection
  45. def relativized(prefix: Path): SimpleConfigList

    Permalink

    This is used when including one file in another; the included file is relativized to the path it's included into in the parent file.

    This is used when including one file in another; the included file is relativized to the path it's included into in the parent file. The point is that if you include a file at foo.bar in the parent, and the included file as a substitution ${a.b.c}, the included substitution now needs to be ${foo.bar.a.b.c} because we resolve substitutions globally only after parsing everything.

    returns

    value relativized to the given path or the same value if nothing to do

    Definition Classes
    SimpleConfigListAbstractConfigValue
  46. def remove(index: Int): Nothing

    Permalink
    Definition Classes
    SimpleConfigList → List
  47. def remove(o: Any): Nothing

    Permalink
    Definition Classes
    SimpleConfigList → List → Collection
  48. def removeAll(c: Collection[_]): Nothing

    Permalink
    Definition Classes
    SimpleConfigList → List → Collection
  49. def removeIf(arg0: Predicate[_ >: ConfigValue]): Boolean

    Permalink
    Definition Classes
    Collection
  50. def render(sb: StringBuilder, indentVal: Int, atRoot: Boolean, options: ConfigRenderOptions): Unit

    Permalink
    Definition Classes
    SimpleConfigListAbstractConfigValue
  51. final def render(options: ConfigRenderOptions): String

    Permalink

    Renders the config value to a string, using the provided options.

    Renders the config value to a string, using the provided options.

    If the config value has not been resolved (see Config#resolve), it's possible that it can't be rendered as valid HOCON. In that case the rendering should still be useful for debugging but you might not be able to parse it. If the value has been resolved, it will always be parseable.

    If the config value has been resolved and the options disable all HOCON-specific features (such as comments), the rendering will be valid JSON. If you enable HOCON-only features such as comments, the rendering will not be valid JSON.

    options

    the rendering options

    returns

    the rendered value

    Definition Classes
    AbstractConfigValueConfigValue
  52. final def render: String

    Permalink

    Renders the config value as a HOCON string.

    Renders the config value as a HOCON string. This method is primarily intended for debugging, so it tries to add helpful comments and whitespace.

    If the config value has not been resolved (see Config#resolve), it's possible that it can't be rendered as valid HOCON. In that case the rendering should still be useful for debugging but you might not be able to parse it. If the value has been resolved, it will always be parseable.

    This method is equivalent to render(ConfigRenderOptions.defaults()).

    returns

    the rendered value

    Definition Classes
    AbstractConfigValueConfigValue
  53. def replaceAll(arg0: UnaryOperator[ConfigValue]): Unit

    Permalink
    Definition Classes
    List
  54. def replaceChild(child: AbstractConfigValue, replacement: AbstractConfigValue): SimpleConfigList

    Permalink

    Replace a child of this value.

    Replace a child of this value. CAUTION if replacement is null, delete the child, which may also delete the parent, or make the parent into a non-container.

    Definition Classes
    SimpleConfigListContainer
  55. final def requireNotIgnoringFallbacks(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractConfigValue
  56. def resolveStatus: ResolveStatus

    Permalink
    Definition Classes
    SimpleConfigListAbstractConfigValue
  57. def resolveSubstitutions(context: ResolveContext, source: ResolveSource): ResolveResult[_ <: SimpleConfigList]

    Permalink

    Called only by ResolveContext.resolve().

    Called only by ResolveContext.resolve().

    context

    state of the current resolve

    source

    where to look up values

    returns

    a new value if there were changes, or this if no changes

    Definition Classes
    SimpleConfigListAbstractConfigValue
    Annotations
    @throws( ... )
  58. def retainAll(c: Collection[_]): Nothing

    Permalink
    Definition Classes
    SimpleConfigList → List → Collection
  59. def set(index: Int, element: ConfigValue): Nothing

    Permalink
    Definition Classes
    SimpleConfigList → List
  60. def size(): Int

    Permalink
    Definition Classes
    SimpleConfigList → List → Collection
  61. def sort(arg0: Comparator[_ >: ConfigValue]): Unit

    Permalink
    Definition Classes
    List
  62. def spliterator(): Spliterator[ConfigValue]

    Permalink
    Definition Classes
    List → Collection → Iterable
  63. def stream(): Stream[ConfigValue]

    Permalink
    Definition Classes
    Collection
  64. def subList(fromIndex: Int, toIndex: Int): List[ConfigValue]

    Permalink
    Definition Classes
    SimpleConfigList → List
  65. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  66. def toArray[T](a: Array[T]): Array[T]

    Permalink
    Definition Classes
    SimpleConfigList → List → Collection
  67. def toArray(): Array[AnyRef]

    Permalink
    Definition Classes
    SimpleConfigList → List → Collection
  68. def toFallbackValue(): AbstractConfigValue

    Permalink
    Definition Classes
    AbstractConfigValueMergeableValue
  69. def toString(): String

    Permalink
    Definition Classes
    AbstractConfigValue → AnyRef → Any
  70. def unwrapped: List[AnyRef]

    Permalink

    Recursively unwraps the list, returning a list of plain Java values such as Integer or String or whatever is in the list.

    Recursively unwraps the list, returning a list of plain Java values such as Integer or String or whatever is in the list.

    returns

    a java.util.List containing plain Java objects

    Definition Classes
    SimpleConfigListConfigListConfigValue
  71. val value: List[AbstractConfigValue]

    Permalink
  72. def valueType: ConfigValueType

    Permalink

    The ConfigValueType of the value; matches the JSON type schema.

    The ConfigValueType of the value; matches the JSON type schema.

    returns

    value's type

    Definition Classes
    SimpleConfigListConfigValue
  73. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. def withFallback(mergeable: ConfigMergeable): AbstractConfigValue

    Permalink

    Returns a new value computed by merging this value with another, with keys in this value "winning" over the other one.

    Returns a new value computed by merging this value with another, with keys in this value "winning" over the other one.

    This associative operation may be used to combine configurations from multiple sources (such as multiple configuration files).

    The semantics of merging are described in the spec for HOCON. Merging typically occurs when either the same object is created twice in the same file, or two config files are both loaded. For example:

    foo = { a: 42 }
    foo = { b: 43 }

    Here, the two objects are merged as if you had written:

    foo = { a: 42, b: 43 }

    Only ConfigObject and Config instances do anything in this method (they need to merge the fallback keys into themselves). All other values just return the original value, since they automatically override any fallback. This means that objects do not merge "across" non-objects; if you write object.withFallback(nonObject).withFallback(otherObject), then otherObjectwill simply be ignored. This is an intentional part of how merging works, because non-objects such as strings and integers replace (rather than merging with) any prior value:

    foo = { a: 42 }
    foo = 10

    Here, the number 10 "wins" and the value of foo would be simply 10. Again, for details see the spec.

    returns

    a new object (or the original one, if the fallback doesn't get used)

    Definition Classes
    AbstractConfigValueConfigValueConfigMergeable
  77. def withFallbacksIgnored(): AbstractConfigValue

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractConfigValue
  78. def withOrigin(origin: ConfigOrigin): SimpleConfigList

    Permalink

    Returns a ConfigValue based on this one, but with the given origin.

    Returns a ConfigValue based on this one, but with the given origin. This is useful when you are parsing a new format of file or setting comments for a single ConfigValue.

    origin

    the origin set on the returned value

    returns

    the new ConfigValue with the given origin

    Definition Classes
    SimpleConfigListConfigListAbstractConfigValueConfigValue
    Since

    1.3.0

Inherited from Serializable

Inherited from Container

Inherited from ConfigList

Inherited from List[ConfigValue]

Inherited from Collection[ConfigValue]

Inherited from Iterable[ConfigValue]

Inherited from AbstractConfigValue

Inherited from MergeableValue

Inherited from ConfigValue

Inherited from ConfigMergeable

Inherited from AnyRef

Inherited from Any

Ungrouped