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