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
-
-
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). -
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
-