Uses of Interface
io.quarkus.bootstrap.model.MappableCollectionFactory
Packages that use MappableCollectionFactory
Package
Description
-
Uses of MappableCollectionFactory in io.quarkus.bootstrap.model
Methods in io.quarkus.bootstrap.model that return MappableCollectionFactoryModifier and TypeMethodDescriptionstatic MappableCollectionFactoryMappableCollectionFactory.defaultInstance()Methods in io.quarkus.bootstrap.model with parameters of type MappableCollectionFactoryModifier and TypeMethodDescriptionAppArtifact.asMap(MappableCollectionFactory factory) Deprecated, for removal: This API element is subject to removal in a future version.AppDependency.asMap(MappableCollectionFactory factory) Deprecated, for removal: This API element is subject to removal in a future version.ApplicationModel.asMap(MappableCollectionFactory factory) ExtensionCapabilities.asMap(MappableCollectionFactory factory) ExtensionDevModeConfig.asMap(MappableCollectionFactory factory) Mappable.asMap(MappableCollectionFactory factory) Returns an instance of aMapthat represents this instance.MutableBaseJvmOption.asMap(MappableCollectionFactory factory) PlatformImports.asMap(MappableCollectionFactory factory) PlatformReleaseInfo.asMap(MappableCollectionFactory factory) static <T extends Mappable>
Collection<Object> Mappable.asMaps(Collection<T> col, MappableCollectionFactory factory) static <T extends Mappable>
Collection<Object> Mappable.iterableAsMaps(Iterable<T> col, MappableCollectionFactory factory) static Collection<Object> Mappable.iterableToStringCollection(Iterable<?> col, MappableCollectionFactory factory) Formats a collection of items as a comma-separated string.static Collection<Object> Mappable.toStringCollection(Collection<?> col, MappableCollectionFactory factory) Formats a collection of items as a comma-separated string.static <T> Collection<Object> Mappable.toStringCollection(Collection<T> col, Function<T, String> converter, MappableCollectionFactory factory) Formats a collection of items as a comma-separated string. -
Uses of MappableCollectionFactory in io.quarkus.bootstrap.workspace
Methods in io.quarkus.bootstrap.workspace with parameters of type MappableCollectionFactoryModifier and TypeMethodDescriptionArtifactSources.asMap(MappableCollectionFactory factory) LazySourceDir.asMap(MappableCollectionFactory factory) SourceDir.asMap(MappableCollectionFactory factory) WorkspaceModule.asMap(MappableCollectionFactory factory) -
Uses of MappableCollectionFactory in io.quarkus.maven.dependency
Methods in io.quarkus.maven.dependency with parameters of type MappableCollectionFactoryModifier and TypeMethodDescriptionArtifactDependency.asMap(MappableCollectionFactory factory) ResolvedArtifactDependency.asMap(MappableCollectionFactory factory) ResolvedDependencyBuilder.asMap(MappableCollectionFactory factory) -
Uses of MappableCollectionFactory in io.quarkus.paths
Methods in io.quarkus.paths with parameters of type MappableCollectionFactory