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 aLoadingContextrecord class. -
Method Summary
Modifier and TypeMethodDescriptiondescendToProperty(String propertyName) final booleanIndicates whether some other object is "equal to" this one.fileName()Returns the value of thefileNamerecord component.final inthashCode()Returns a hash code value for this object.Returns the value of thepropertyPathrecord component.final StringtoString()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 thefileNamerecord component.- Returns:
- the value of the
fileNamerecord component
-
propertyPath
Returns the value of thepropertyPathrecord component.- Returns:
- the value of the
propertyPathrecord component
-