Package | Description |
---|---|
io.dropwizard.util |
Modifier and Type | Method and Description |
---|---|
SizeUnit |
Size.getUnit()
Deprecated.
|
static SizeUnit |
SizeUnit.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.
|
Modifier and Type | Method and Description |
---|---|
long |
SizeUnit.convert(long size,
SizeUnit unit)
Deprecated.
Converts a size of the given unit into the current unit.
|
Copyright © 2020. All rights reserved.