Class Numeric<T extends Number>
- java.lang.Object
-
- dev.aherscu.qa.jgiven.commons.model.Numeric<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Numeric.Serializer<T extends Numeric<?>>
JSON serialization logic forNumeric
s.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
hashCode()
String
toString()
Use this method to get a textual representation of this identifier.
-