Uses of Class
dev.orne.config.impl.PropertiesConfigOptions
Packages that use PropertiesConfigOptions
-
Uses of PropertiesConfigOptions in dev.orne.config.impl
Fields in dev.orne.config.impl declared as PropertiesConfigOptionsModifier and TypeFieldDescriptionprotected final @NotNull PropertiesConfigOptionsPropertiesConfigBuilderImpl.propertyOptionsThe properties based configuration options.protected final @NotNull PropertiesConfigOptionsPropertiesMutableConfigBuilderImpl.propertyOptionsThe properties based configuration options.Constructors in dev.orne.config.impl with parameters of type PropertiesConfigOptionsModifierConstructorDescriptionPropertiesConfigImpl(@NotNull ConfigOptions options, @NotNull PropertiesConfigOptions propertyOptions) Creates a new instance.PropertiesConfigOptions(@NotNull PropertiesConfigOptions copy) Copy constructor.protectedPropertiesMutableConfigBuilderImpl(@NotNull ConfigOptions options, @NotNull MutableConfigOptions mutableOptions, @NotNull PropertiesConfigOptions propertyOptions) Copy constructor.PropertiesMutableConfigImpl(@NotNull ConfigOptions options, @NotNull MutableConfigOptions mutableOptions, @NotNull PropertiesConfigOptions propertyOptions) Creates a new instance.