Record Class GenericType.VoidType
java.lang.Object
java.lang.Record
dev.archunitjava.model.GenericType.VoidType
- All Implemented Interfaces:
GenericType
- Enclosing interface:
GenericType
-
Nested Class Summary
Nested classes/interfaces inherited from interface GenericType
GenericType.ArrayType, GenericType.ClassType, GenericType.PrimitiveType, GenericType.TypeVariable, GenericType.VoidType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface GenericType
referencedTypes
-
Constructor Details
-
VoidType
public VoidType()Creates an instance of aVoidTyperecord 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.
-