Uses of Class
io.dropwizard.util.Size
-
Packages that use Size Package Description io.dropwizard.jersey.params io.dropwizard.util io.dropwizard.validation -
-
Uses of Size in io.dropwizard.jersey.params
Methods in io.dropwizard.jersey.params that return Size Modifier and Type Method Description protected SizeSizeParam. parse(String input)Deprecated. -
Uses of Size in io.dropwizard.util
Methods in io.dropwizard.util that return Size Modifier and Type Method Description static SizeSize. bytes(long count)Deprecated.static SizeSize. fromDataSize(DataSize dataSize)Deprecated.static SizeSize. gigabytes(long count)Deprecated.static SizeSize. kilobytes(long count)Deprecated.static SizeSize. megabytes(long count)Deprecated.static SizeSize. parse(String size)Deprecated.static SizeSize. terabytes(long count)Deprecated.SizeDataSize. toSize()Methods in io.dropwizard.util with parameters of type Size Modifier and Type Method Description intSize. compareTo(Size other)Deprecated.static DataSizeDataSize. fromSize(Size size) -
Uses of Size in io.dropwizard.validation
Methods in io.dropwizard.validation with parameters of type Size Modifier and Type Method Description booleanMaxSizeValidator. isValid(Size value, javax.validation.ConstraintValidatorContext context)booleanMinSizeValidator. isValid(Size value, javax.validation.ConstraintValidatorContext context)
-