Record Class PluggableFlowableDmnExtension.ConfigurationResource
java.lang.Object
java.lang.Record
org.flowable.dmn.engine.impl.test.PluggableFlowableDmnExtension.ConfigurationResource
- Enclosing class:
- PluggableFlowableDmnExtension
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConfigurationResource(String resource, String engineName) Creates an instance of aConfigurationResourcerecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theengineNamerecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.resource()Returns the value of theresourcerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ConfigurationResource
Creates an instance of aConfigurationResourcerecord class.- Parameters:
resource- the value for theresourcerecord componentengineName- the value for theengineNamerecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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). -
resource
Returns the value of theresourcerecord component.- Returns:
- the value of the
resourcerecord component
-
engineName
Returns the value of theengineNamerecord component.- Returns:
- the value of the
engineNamerecord component
-