Record Class ModelFacadeImpl.Args
java.lang.Object
java.lang.Record
tools.refinery.generator.impl.ModelFacadeImpl.Args
- Enclosing class:
ModelFacadeImpl
public static record ModelFacadeImpl.Args(ProblemTrace problemTrace, ModelStore store, ModelSeed modelSeed, com.google.inject.Provider<MetadataCreator> metadataCreatorProvider, RefineryDiagnostics diagnostics)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionArgs(ProblemTrace problemTrace, ModelStore store, ModelSeed modelSeed, com.google.inject.Provider<MetadataCreator> metadataCreatorProvider, RefineryDiagnostics diagnostics) Creates an instance of aArgsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thediagnosticsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.com.google.inject.Provider<MetadataCreator> Returns the value of themetadataCreatorProviderrecord component.Returns the value of themodelSeedrecord component.Returns the value of theproblemTracerecord component.store()Returns the value of thestorerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Args
public Args(ProblemTrace problemTrace, ModelStore store, ModelSeed modelSeed, com.google.inject.Provider<MetadataCreator> metadataCreatorProvider, RefineryDiagnostics diagnostics) Creates an instance of aArgsrecord class.- Parameters:
problemTrace- the value for theproblemTracerecord componentstore- the value for thestorerecord componentmodelSeed- the value for themodelSeedrecord componentmetadataCreatorProvider- the value for themetadataCreatorProviderrecord componentdiagnostics- the value for thediagnosticsrecord component
-
-
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). -
problemTrace
Returns the value of theproblemTracerecord component.- Returns:
- the value of the
problemTracerecord component
-
store
Returns the value of thestorerecord component.- Returns:
- the value of the
storerecord component
-
modelSeed
Returns the value of themodelSeedrecord component.- Returns:
- the value of the
modelSeedrecord component
-
metadataCreatorProvider
Returns the value of themetadataCreatorProviderrecord component.- Returns:
- the value of the
metadataCreatorProviderrecord component
-
diagnostics
Returns the value of thediagnosticsrecord component.- Returns:
- the value of the
diagnosticsrecord component
-