Uses of Class
io.dropwizard.util.SizeUnit
-
Packages that use SizeUnit Package Description io.dropwizard.util io.dropwizard.validation -
-
Uses of SizeUnit in io.dropwizard.util
Methods in io.dropwizard.util that return SizeUnit Modifier and Type Method Description SizeUnitSize. getUnit()Deprecated.static SizeUnitSizeUnit. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static SizeUnit[]SizeUnit. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.dropwizard.util with parameters of type SizeUnit Modifier and Type Method Description longSizeUnit. convert(long size, SizeUnit unit)Deprecated.Converts a size of the given unit into the current unit. -
Uses of SizeUnit in io.dropwizard.validation
Methods in io.dropwizard.validation that return SizeUnit Modifier and Type Method Description SizeUnitunit()SizeUnitunit()SizeUnitunit()
-