Uses of Enum
com.mastfrog.giulius.SettingsBindings
Packages that use SettingsBindings
-
Uses of SettingsBindings in com.mastfrog.giulius
Methods in com.mastfrog.giulius that return SettingsBindingsModifier and TypeMethodDescriptionstatic SettingsBindingsReturns the enum constant of this type with the specified name.static SettingsBindings[]SettingsBindings.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.mastfrog.giulius with parameters of type SettingsBindingsModifier and TypeMethodDescriptionDependenciesBuilder.disableBindings(SettingsBindings... bindings) Disable binding of settings to some types if you know they will not be used, to save (minimal) memory.DependenciesBuilder.enableOnlyBindingsFor(SettingsBindings... bindings) Explicitly set the list of types that are bound to settings to save (minimal) memory.