Class BoxingValue
-
- All Implemented Interfaces:
-
pro.fessional.wings.testing.silencer.data.DefaultData
public class BoxingValue implements DefaultData<T>
NaN, POSITIVE_INFINITY, NEGATIVE_INFINITY as null, both in jackson and fastjson
- Since:
2024-06-05
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public BooleanboolFalsepublic BooleanboolTruepublic BytebyteMinpublic BytebyteMaxpublic CharactercharMinpublic CharactercharMaxpublic ShortshortMinpublic ShortshortMaxpublic IntegerintMinpublic IntegerintMaxpublic LonglongMinpublic LonglongMaxpublic FloatfloatPippublic FloatfloatPinpublic DoubledoublePippublic DoubledoublePin
-
Constructor Summary
Constructors Constructor Description BoxingValue()
-
Method Summary
Modifier and Type Method Description BooleangetBoolFalse()voidsetBoolFalse(Boolean boolFalse)BooleangetBoolTrue()voidsetBoolTrue(Boolean boolTrue)BytegetByteMin()voidsetByteMin(Byte byteMin)BytegetByteMax()voidsetByteMax(Byte byteMax)CharactergetCharMin()voidsetCharMin(Character charMin)CharactergetCharMax()voidsetCharMax(Character charMax)ShortgetShortMin()voidsetShortMin(Short shortMin)ShortgetShortMax()voidsetShortMax(Short shortMax)IntegergetIntMin()voidsetIntMin(Integer intMin)IntegergetIntMax()voidsetIntMax(Integer intMax)LonggetLongMin()voidsetLongMin(Long longMin)LonggetLongMax()voidsetLongMax(Long longMax)FloatgetFloatPip()voidsetFloatPip(Float floatPip)FloatgetFloatPin()voidsetFloatPin(Float floatPin)DoublegetDoublePip()voidsetDoublePip(Double doublePip)DoublegetDoublePin()voidsetDoublePin(Double doublePin)BoxingValuedefaults()booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getBoolFalse
Boolean getBoolFalse()
-
setBoolFalse
void setBoolFalse(Boolean boolFalse)
-
getBoolTrue
Boolean getBoolTrue()
-
setBoolTrue
void setBoolTrue(Boolean boolTrue)
-
getByteMin
Byte getByteMin()
-
setByteMin
void setByteMin(Byte byteMin)
-
getByteMax
Byte getByteMax()
-
setByteMax
void setByteMax(Byte byteMax)
-
getCharMin
Character getCharMin()
-
setCharMin
void setCharMin(Character charMin)
-
getCharMax
Character getCharMax()
-
setCharMax
void setCharMax(Character charMax)
-
getShortMin
Short getShortMin()
-
setShortMin
void setShortMin(Short shortMin)
-
getShortMax
Short getShortMax()
-
setShortMax
void setShortMax(Short shortMax)
-
getLongMin
Long getLongMin()
-
setLongMin
void setLongMin(Long longMin)
-
getLongMax
Long getLongMax()
-
setLongMax
void setLongMax(Long longMax)
-
getFloatPip
Float getFloatPip()
-
setFloatPip
void setFloatPip(Float floatPip)
-
getFloatPin
Float getFloatPin()
-
setFloatPin
void setFloatPin(Float floatPin)
-
getDoublePip
Double getDoublePip()
-
setDoublePip
void setDoublePip(Double doublePip)
-
getDoublePin
Double getDoublePin()
-
setDoublePin
void setDoublePin(Double doublePin)
-
defaults
BoxingValue defaults()
-
hashCode
int hashCode()
-
-
-
-