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 TypeMethodDescriptionJsonConfigBuilder.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 TypeMethodDescriptionAdds the specified custom properties to the configuration properties.Loads the configuration properties from the specified file.Loads the configuration properties from the specified ClassLoader resource.Loads the configuration properties from the specified URL.Loads the configuration properties from the file in the specified path.JsonMutableConfigBuilderImpl.withSeparator(String separator) Sets the configuration nested properties separator.