Uses of Class
org.jboss.resteasy.spi.config.SizeUnit
-
Packages that use SizeUnit Package Description org.jboss.resteasy.spi.config -
-
Uses of SizeUnit in org.jboss.resteasy.spi.config
Methods in org.jboss.resteasy.spi.config that return SizeUnit Modifier and Type Method Description SizeUnit
SizeUnit. parent()
Returns the parent, previous, unit for this unit.SizeUnit
Threshold. sizeUnit()
Returns the size unit for this threshold.static SizeUnit
SizeUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static SizeUnit[]
SizeUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.resteasy.spi.config with parameters of type SizeUnit Modifier and Type Method Description double
SizeUnit. convert(long size, SizeUnit unit)
Converts the given size to the given unit to this unit.static Threshold
Threshold. of(long size, SizeUnit unit)
Creates a new threshold.
-