Record Class VanCompiler.CompiledResult
java.lang.Object
java.lang.Record
dev.vanengine.core.VanCompiler.CompiledResult
- Enclosing class:
VanCompiler
-
Constructor Summary
ConstructorsConstructorDescriptionCompiledResult(String html, Map<String, String> assets) Creates an instance of aCompiledResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptionassets()Returns the value of theassetsrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.html()Returns the value of thehtmlrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
CompiledResult
-
-
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). -
html
Returns the value of thehtmlrecord component.- Returns:
- the value of the
htmlrecord component
-
assets
-