Uses of Class
no.digipost.util.AttributesMap.Config
-
Packages that use AttributesMap.Config Package Description no.digipost.util -
-
Uses of AttributesMap.Config in no.digipost.util
Methods in no.digipost.util that return AttributesMap.Config Modifier and Type Method Description static AttributesMap.ConfigAttributesMap.Config. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributesMap.Config[]AttributesMap.Config. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.digipost.util with parameters of type AttributesMap.Config Modifier and Type Method Description static AttributesMap.BuilderAttributesMap. buildNew(AttributesMap.Config... configSwitches)static <V> AttributesMap.BuilderAttributesMap. with(ViewableAsTuple<? extends SetsNamedValue<V>,V> attributeWithValue, AttributesMap.Config... configSwitches)static <V> AttributesMap.BuilderAttributesMap. with(SetsNamedValue<V> attribute, V value, AttributesMap.Config... configSwitches)
-