@@ -56,7 +56,7 @@ Currently supported types are:
5656| Mutator | Type(s) | Notes |
5757| --------------------------------| --------------------------------------------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
5858| Boolean | ` boolean ` , ` Boolean ` | |
59- | Integral | ` byte ` , ` Byte ` , ` short ` , ` Short ` , ` int ` , ` Integer ` , ` long ` , ` Long ` | |
59+ | Integral | ` byte ` , ` Byte ` , ` char ` , ` Character ` , ` short ` , ` Short ` , ` int ` , ` Integer ` , ` long ` , ` Long ` | |
6060| Floating point | ` float ` , ` Float ` , ` double ` , ` Double ` | |
6161| String | ` java.lang.String ` | |
6262| Enum | ` java.lang.Enum ` | |
@@ -90,7 +90,7 @@ package.
9090| Annotation | Applies To | Notes |
9191| -------------------| ----------------------------------------------------------------------------------------------------------| -------------------------------------------------------------------------------------------------------------|
9292| ` @Ascii ` | ` java.lang.String ` | ` String ` should only contain ASCII characters |
93- | ` @InRange ` | ` byte ` , ` Byte ` , ` short ` , ` Short ` , ` int ` , ` Integer ` , ` long ` , ` Long ` | Specifies ` min ` and ` max ` values of generated integrals |
93+ | ` @InRange ` | ` byte ` , ` Byte ` , ` char ` , ` Character ` , ` short ` , ` Short ` , ` int ` , ` Integer ` , ` long ` , ` Long ` | Specifies ` min ` and ` max ` values of generated integrals |
9494| ` @FloatInRange ` | ` float ` , ` Float ` | Specifies ` min ` and ` max ` values of generated floats |
9595| ` @DoubleInRange ` | ` double ` , ` Double ` | Specifies ` min ` and ` max ` values of generated doubles |
9696| ` @Positive ` | ` byte ` , ` Byte ` , ` short ` , ` Short ` , ` int ` , ` Integer ` , ` long ` , ` Long ` , ` float ` , ` Float ` , ` double ` , ` Double ` | Specifies that only positive values are generated |
0 commit comments