Uses of Interface
io.annot8.core.settings.Settings
-
Packages that use Settings Package Description io.annot8.core.context This package contains the core interface for the context object.io.annot8.core.settings This package contains the core interface and annotations for the settings objects. -
-
Uses of Settings in io.annot8.core.context
Methods in io.annot8.core.context with type parameters of type Settings Modifier and Type Method Description default <T extends Settings>
Optional<T>Context. getSettings(Class<T> clazz)Return a settings object as the given class.default <T extends Settings>
TContext. getSettings(Class<T> clazz, T defaultValue)Return a settings object as the given class, attempting to create a new settings object of that class if the currently given settings are not of this class.Methods in io.annot8.core.context that return types with arguments of type Settings Modifier and Type Method Description Stream<Settings>Context. getSettings()The settings for the component that this context is being passed to. -
Uses of Settings in io.annot8.core.settings
Classes in io.annot8.core.settings that implement Settings Modifier and Type Class Description classEmptySettingsAn empty Settings class.
-