Record Class JsonSchemaRecordsPipeline.Result
java.lang.Object
java.lang.Record
io.micronaut.jsonschema.generator.records.JsonSchemaRecordsPipeline.Result
- Record Components:
manifestPath- Written manifest path, when one was emittedgeneratedTypes- Number of generated top-level types
- Enclosing class:
JsonSchemaRecordsPipeline
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.intReturns the value of thegeneratedTypesrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of themanifestPathrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Result
Creates an instance of aResultrecord class.- Parameters:
manifestPath- the value for themanifestPathrecord componentgeneratedTypes- the value for thegeneratedTypesrecord 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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
manifestPath
Returns the value of themanifestPathrecord component.- Returns:
- the value of the
manifestPathrecord component
-
generatedTypes
public int generatedTypes()Returns the value of thegeneratedTypesrecord component.- Returns:
- the value of the
generatedTypesrecord component
-