Record Class MicronautMetadata
java.lang.Object
java.lang.Record
io.micronaut.jsonschema.configuration.validator.model.MicronautMetadata
- Record Components:
prefix- The configuration prefixtype- The class name (if known)kind- The schema kind (e.g. configuration-properties or each-property)container- The container kind (e.g. map)
-
Constructor Summary
ConstructorsConstructorDescriptionMicronautMetadata(@Nullable String prefix, @Nullable String type, @Nullable String kind, @Nullable String container) Creates an instance of aMicronautMetadatarecord class. -
Method Summary
Modifier and TypeMethodDescription@Nullable StringReturns the value of thecontainerrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.@Nullable Stringkind()Returns the value of thekindrecord component.@Nullable Stringprefix()Returns the value of theprefixrecord component.final StringtoString()Returns a string representation of this record class.@Nullable Stringtype()Returns the value of thetyperecord component.
-
Constructor Details
-
MicronautMetadata
-
-
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). -
prefix
-
type
-
kind
-
container
-