Uses of Interface
com.arpnetworking.configuration.jackson.JsonNodeSource
Packages that use JsonNodeSource
-
Uses of JsonNodeSource in com.arpnetworking.configuration.jackson
Classes in com.arpnetworking.configuration.jackson with type parameters of type JsonNodeSourceModifier and TypeClassDescriptionprotected static class
BaseJsonNodeSource.Builder<T extends BaseJsonNodeSource.Builder<?,
?>, S extends JsonNodeSource> Builder
implementation forBaseJsonNodeSource
.Classes in com.arpnetworking.configuration.jackson that implement JsonNodeSourceModifier and TypeClassDescriptionclass
Abstract base class forJsonNodeSource
implementations.final class
Typesafe config based configuration sourced from a file and mapped to aJsonNode
.final class
JsonNode
based configuration sourced from a directory.final class
JsonNode
based configuration sourced from a file.final class
JsonNode
based configuration sourced from a literal string.final class
Json based configuration sourced by merging zero or moreJsonNodeSource
instances together.final class
JsonNode
based configuration sourced from a paginatedURI
.final class
JsonNode
based configuration sourced from a file.Methods in com.arpnetworking.configuration.jackson that return JsonNodeSourceModifier and TypeMethodDescriptionprotected abstract JsonNodeSource
BaseJacksonConfiguration.getJsonSource()
Accessor for active rootJsonNodeSource
instance.protected JsonNodeSource
DynamicConfiguration.getJsonSource()
protected JsonNodeSource
StaticConfiguration.getJsonSource()
Methods in com.arpnetworking.configuration.jackson with parameters of type JsonNodeSourceModifier and TypeMethodDescriptionJsonNodeMergingSource.Builder.addSource
(JsonNodeSource value) Add aJsonNodeSource
instance.StaticConfiguration.Builder.addSource
(JsonNodeSource value) Add aJsonNodeSource
instance.Method parameters in com.arpnetworking.configuration.jackson with type arguments of type JsonNodeSourceModifier and TypeMethodDescriptionDynamicConfiguration.Builder.addSourceBuilder
(com.arpnetworking.commons.builder.Builder<? extends JsonNodeSource> value) Add aJsonNodeSource
DynamicConfiguration.Builder
instance.DynamicConfiguration.Builder.setSourceBuilders
(List<com.arpnetworking.commons.builder.Builder<? extends JsonNodeSource>> value) JsonNodeMergingSource.Builder.setSources
(List<JsonNodeSource> value) Set theList
ofJsonNodeSource
instances in order of importance (least significant first).StaticConfiguration.Builder.setSources
(List<JsonNodeSource> value) Set theList
ofJsonNodeSource
instances.