Record Class CJ1ComparisonSetAnything<T>
java.lang.Object
java.lang.Record
com.io7m.cardant.protocol.inventory.json.internal.CJ1ComparisonSetAnything<T>
- All Implemented Interfaces:
CJ1ComparisonSetType<T>,CJ1ValueType
@JsonClassDescription("Match anything.")
public record CJ1ComparisonSetAnything<T>()
extends Record
implements CJ1ComparisonSetType<T>
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aCJ1ComparisonSetAnythingrecord class. -
Method Summary
-
Constructor Details
-
CJ1ComparisonSetAnything
public CJ1ComparisonSetAnything()Creates an instance of aCJ1ComparisonSetAnythingrecord 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.
-