Uses of Class
io.split.client.dtos.DataType
-
Packages that use DataType Package Description io.split.client.dtos io.split.engine.matchers -
-
Uses of DataType in io.split.client.dtos
Fields in io.split.client.dtos declared as DataType Modifier and Type Field Description DataTypeBetweenMatcherData. dataTypeDataTypeUnaryNumericMatcherData. dataTypeMethods in io.split.client.dtos that return DataType Modifier and Type Method Description static DataTypeDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataType[]DataType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DataType in io.split.engine.matchers
Constructors in io.split.engine.matchers with parameters of type DataType Constructor Description BetweenMatcher(long start, long end, DataType dataType)EqualToMatcher(long compareTo, DataType dataType)GreaterThanOrEqualToMatcher(long compareTo, DataType dataType)LessThanOrEqualToMatcher(long compareTo, DataType dataType)
-