Record Class CJ1ComparisonFuzzyAnything<T>
java.lang.Object
java.lang.Record
com.io7m.cardant.protocol.inventory.json.internal.CJ1ComparisonFuzzyAnything<T>
- All Implemented Interfaces:
CJ1ComparisonFuzzyType<T>,CJ1ValueType
@JsonClassDescription("Match anything.")
public record CJ1ComparisonFuzzyAnything<T>()
extends Record
implements CJ1ComparisonFuzzyType<T>
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aCJ1ComparisonFuzzyAnythingrecord class. -
Method Summary
-
Constructor Details
-
CJ1ComparisonFuzzyAnything
public CJ1ComparisonFuzzyAnything()Creates an instance of aCJ1ComparisonFuzzyAnythingrecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-