Uses of Interface
dev.orne.config.JsonMutableConfigBuilder
Packages that use JsonMutableConfigBuilder
Package
Description
Configuration management system.
Internal implementations of configuration instances.
-
Uses of JsonMutableConfigBuilder in dev.orne.config
Methods in dev.orne.config that return JsonMutableConfigBuilderModifier and TypeMethodDescription@NotNull JsonMutableConfigBuilderJsonConfigBuilder.mutable()Makes the configuration instance mutable. -
Uses of JsonMutableConfigBuilder in dev.orne.config.impl
Classes in dev.orne.config.impl that implement JsonMutableConfigBuilderModifier and TypeClassDescriptionclassImplementation of JacksonObjectNodebased mutable configuration builder.Methods in dev.orne.config.impl that return JsonMutableConfigBuilderModifier and TypeMethodDescription@NotNull JsonMutableConfigBuilderAdds the specified custom properties to the configuration properties.@NotNull JsonMutableConfigBuilderLoads the configuration properties from the specified file.@NotNull JsonMutableConfigBuilderLoads the configuration properties from the specified ClassLoader resource.@NotNull JsonMutableConfigBuilderLoads the configuration properties from the specified URL.@NotNull JsonMutableConfigBuilderLoads the configuration properties from the file in the specified path.@NotNull JsonMutableConfigBuilderJsonMutableConfigBuilderImpl.withSeparator(@NotEmpty String separator) Sets the configuration nested properties separator.