Module java4ever.binding
Record Class ApiReference
java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.generator.reference.ApiReference
-
Constructor Summary
ConstructorsConstructorDescriptionApiReference
(String version, ApiModule[] modules) Creates an instance of aApiReference
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.modules()
Returns the value of themodules
record component.final String
toString()
Returns a string representation of this record class.version()
Returns the value of theversion
record component.
-
Constructor Details
-
ApiReference
-
-
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. All components in this record class are compared withObjects::equals(Object,Object)
. -
version
Returns the value of theversion
record component.- Returns:
- the value of the
version
record component
-
modules
Returns the value of themodules
record component.- Returns:
- the value of the
modules
record component
-