Package | Description |
---|---|
io.dropwizard.jersey.params | |
io.dropwizard.util | |
io.dropwizard.validation |
Modifier and Type | Method and Description |
---|---|
protected Size |
SizeParam.parse(String input)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Size |
Size.bytes(long count)
Deprecated.
|
static Size |
Size.fromDataSize(DataSize dataSize)
Deprecated.
|
static Size |
Size.gigabytes(long count)
Deprecated.
|
static Size |
Size.kilobytes(long count)
Deprecated.
|
static Size |
Size.megabytes(long count)
Deprecated.
|
static Size |
Size.parse(String size)
Deprecated.
|
static Size |
Size.terabytes(long count)
Deprecated.
|
Size |
DataSize.toSize() |
Modifier and Type | Method and Description |
---|---|
int |
Size.compareTo(Size other)
Deprecated.
|
static DataSize |
DataSize.fromSize(Size size) |
Modifier and Type | Method and Description |
---|---|
boolean |
MinSizeValidator.isValid(Size value,
javax.validation.ConstraintValidatorContext context) |
boolean |
MaxSizeValidator.isValid(Size value,
javax.validation.ConstraintValidatorContext context) |
Copyright © 2020. All rights reserved.