Uses of Enum Class
org.jboss.resteasy.spi.config.SizeUnit
-
Uses of SizeUnit in org.jboss.resteasy.spi.config
Modifier and TypeClassDescriptionenum
Represents units of size for things such as memory or files.Modifier and TypeMethodDescriptionSizeUnit.parent()
Returns the parent, previous, unit for this unit.Threshold.sizeUnit()
Returns the size unit for this threshold.static SizeUnit
Returns the enum constant of this class with the specified name.static SizeUnit[]
SizeUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.