Record Class LoadingContext
java.lang.Object
java.lang.Record
com.kingsrook.qqq.backend.core.instances.loaders.LoadingContext
-
Constructor Summary
ConstructorsConstructorDescriptionLoadingContext
(String fileName, String propertyPath) Creates an instance of aLoadingContext
record class. -
Method Summary
Modifier and TypeMethodDescriptiondescendToProperty
(String propertyName) final boolean
Indicates whether some other object is "equal to" this one.fileName()
Returns the value of thefileName
record component.final int
hashCode()
Returns a hash code value for this object.Returns the value of thepropertyPath
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
LoadingContext
-
-
Method Details
-
descendToProperty
-
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)
. -
fileName
Returns the value of thefileName
record component.- Returns:
- the value of the
fileName
record component
-
propertyPath
Returns the value of thepropertyPath
record component.- Returns:
- the value of the
propertyPath
record component
-