Uses of Enum Class
org.springframework.util.unit.DataUnit
-
Uses of DataUnit in org.springframework.util.unit
Modifier 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.Modifier and TypeMethodDescriptionstatic DataSize
static DataSize
DataSize.parse
(CharSequence text, DataUnit defaultUnit)