Package io.spring.initializr.web.support
Interface InitializrMetadataUpdateStrategy
- All Known Implementing Classes:
SpringIoInitializrMetadataUpdateStrategy
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A strategy interface for updating the
metadata
on a running
instance.- Author:
- Stephane Nicoll
-
Method Summary
Modifier and TypeMethodDescriptionupdate
(InitializrMetadata current) Update the currentInitializrMetadata
.
-
Method Details
-
update
Update the currentInitializrMetadata
.- Parameters:
current
- the metadata to update- Returns:
- the updated metadata, or
current
(nevernull
)
-