Record Class JibConfiguration.PlatformConfiguration
java.lang.Object
java.lang.Record
io.micronaut.maven.jib.JibConfiguration.PlatformConfiguration
- Record Components:
architecture- The architecture.os- The operating system.
- Enclosing class:
JibConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionPlatformConfiguration(Optional<String> architecture, Optional<String> os) Creates an instance of aPlatformConfigurationrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thearchitecturerecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.os()Returns the value of theosrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
PlatformConfiguration
Creates an instance of aPlatformConfigurationrecord class.- Parameters:
architecture- the value for thearchitecturerecord componentos- the value for theosrecord 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. All components in this record class are compared withObjects::equals(Object,Object). -
architecture
Returns the value of thearchitecturerecord component.- Returns:
- the value of the
architecturerecord component
-
os
-