Uses of Enum Class
org.springframework.util.unit.DataUnit
Packages that use DataUnit
-
Uses of DataUnit in org.springframework.util.unit
Methods in org.springframework.util.unit that return DataUnitModifier and TypeMethodDescriptionstatic DataUnit
DataUnit.fromSuffix
(String suffix) Return theDataUnit
matching the specifiedsuffix
.static DataUnit
Returns the enum constant of this class with the specified name.static DataUnit[]
DataUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.util.unit with parameters of type DataUnitModifier and TypeMethodDescriptionstatic DataSize
static DataSize
DataSize.parse
(CharSequence text, DataUnit defaultUnit)