Uses of Enum
org.jboss.resteasy.spi.config.SizeUnit
Packages that use SizeUnit
-
Uses of SizeUnit in org.jboss.resteasy.spi.config
Subclasses with type arguments of type SizeUnit in org.jboss.resteasy.spi.configModifier and TypeClassDescriptionenum
Represents units of size for things such as memory or files.Methods in org.jboss.resteasy.spi.config that return SizeUnitModifier 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 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