Package io.quarkus.registry.catalog
Class PlatformStreamImpl
java.lang.Object
io.quarkus.registry.json.JsonEntityWithAnySupport
io.quarkus.registry.catalog.PlatformStreamImpl
- All Implemented Interfaces:
PlatformStream
Asymmetric data manipulation:
Deserialization always uses the builder;
Serialization always uses the Impl.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface io.quarkus.registry.catalog.PlatformStream
PlatformStream.Mutable -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()getRelease(PlatformReleaseVersion version) inthashCode()toString()Methods inherited from class io.quarkus.registry.json.JsonEntityWithAnySupport
getMetadataMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.quarkus.registry.catalog.PlatformStream
getMetadata, getRecommendedRelease, mutable
-
Method Details
-
getId
- Specified by:
getIdin interfacePlatformStream
-
getName
- Specified by:
getNamein interfacePlatformStream
-
getReleases
- Specified by:
getReleasesin interfacePlatformStream
-
getRelease
- Specified by:
getReleasein interfacePlatformStream
-
equals
-
hashCode
public int hashCode() -
toString
-