Uses of Enum Class
org.spincast.core.dictionary.DictionaryEntryNotFoundBehavior
Package
Description
-
Uses of DictionaryEntryNotFoundBehavior in org.spincast.core.config
Modifier and TypeMethodDescriptionSpincastConfig.getDictionaryEntryNotFoundBehavior()
If a dictionary key is not found, how must Spincast react? -
Uses of DictionaryEntryNotFoundBehavior in org.spincast.core.dictionary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DictionaryEntryNotFoundBehavior[]
DictionaryEntryNotFoundBehavior.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DictionaryEntryNotFoundBehavior in org.spincast.plugins.config
-
Uses of DictionaryEntryNotFoundBehavior in org.spincast.testing.core.utils
Modifier and TypeMethodDescriptionSpincastConfigTestingDefault.getDictionaryEntryNotFoundBehavior()