Uses of Class
dev.orne.config.impl.JsonConfigOptions
Packages that use JsonConfigOptions
-
Uses of JsonConfigOptions in dev.orne.config.impl
Subclasses of JsonConfigOptions in dev.orne.config.implModifier and TypeClassDescriptionclassOptions of JacksonObjectNodebased configuration builder for YAML files.Fields in dev.orne.config.impl declared as JsonConfigOptionsModifier and TypeFieldDescriptionprotected final @NotNull JsonConfigOptionsJsonConfigBuilderImpl.jsonOptionsThe JSON based configuration options.protected final @NotNull JsonConfigOptionsJsonMutableConfigBuilderImpl.jsonOptionsThe JSON based configuration options.Constructors in dev.orne.config.impl with parameters of type JsonConfigOptionsModifierConstructorDescriptionJsonConfigImpl(@NotNull ConfigOptions options, @NotNull JsonConfigOptions jsonOptions) Creates a new instance.JsonConfigOptions(@NotNull JsonConfigOptions copy) Copy constructor.protectedJsonMutableConfigBuilderImpl(@NotNull ConfigOptions options, @NotNull MutableConfigOptions mutableOptions, @NotNull JsonConfigOptions jsonOptions) Copy constructor.JsonMutableConfigImpl(@NotNull ConfigOptions options, @NotNull MutableConfigOptions mutableOptions, @NotNull JsonConfigOptions jsonOptions) Creates a new instance.YamlConfigImpl(@NotNull ConfigOptions options, @NotNull JsonConfigOptions yamlOptions) Creates a new instance.