Uses of Interface
dev.orne.config.JsonConfigBuilder
Packages that use JsonConfigBuilder
Package
Description
Configuration management system.
Internal implementations of configuration instances.
-
Uses of JsonConfigBuilder in dev.orne.config
Methods in dev.orne.config that return JsonConfigBuilderModifier and TypeMethodDescriptionstatic @NotNull JsonConfigBuilderConfig.fromJson()Creates a new JSON based configuration builder. -
Uses of JsonConfigBuilder in dev.orne.config.impl
Classes in dev.orne.config.impl that implement JsonConfigBuilderModifier and TypeClassDescriptionclassImplementation of JacksonObjectNodebased immutable configuration builder.Methods in dev.orne.config.impl that return JsonConfigBuilderModifier and TypeMethodDescription@NotNull JsonConfigBuilderAdds the specified custom properties to the configuration properties.@NotNull JsonConfigBuilderLoads the configuration properties from the specified file.@NotNull JsonConfigBuilderLoads the configuration properties from the specified ClassLoader resource.@NotNull JsonConfigBuilderLoads the configuration properties from the specified URL.@NotNull JsonConfigBuilderLoads the configuration properties from the file in the specified path.@NotNull JsonConfigBuilderJsonConfigBuilderImpl.withSeparator(@NotEmpty String separator) Sets the configuration nested properties separator.