| Package | Description |
|---|---|
| org.apache.camel.k.tooling.maven.model | |
| org.apache.camel.k.tooling.maven.model.crd |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCamelLoader
Immutable implementation of
CamelLoader. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCamelLoader |
ImmutableCamelLoader.copyOf(CamelLoader instance)
Creates an immutable copy of a
CamelLoader value. |
CamelLoader.Builder |
ImmutableCamelLoader.Builder.from(CamelLoader instance)
Fill a builder with attribute values from the provided
org.apache.camel.k.tooling.maven.model.CamelLoader instance. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<String,CamelLoader> |
ImmutableCamelCatalogSpec.getLoaders() |
default Map<String,CamelLoader> |
CamelCatalogSpec.getLoaders() |
| Modifier and Type | Method and Description |
|---|---|
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.putLoader(String key,
CamelLoader value)
Put one entry to the
loaders map. |
| Modifier and Type | Method and Description |
|---|---|
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.loaders(Map<String,? extends CamelLoader> entries)
Sets or replaces all mappings from the specified map as entries for the
loaders map. |
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.putAllLoaders(Map<String,? extends CamelLoader> entries)
Put all mappings from the specified map as entries to
loaders map. |
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.putLoader(Map.Entry<String,? extends CamelLoader> entry)
Put one entry to the
loaders map. |
ImmutableCamelCatalogSpec |
ImmutableCamelCatalogSpec.withLoaders(Map<String,? extends CamelLoader> entries)
Copy the current immutable object by replacing the
loaders map with the specified map. |
Copyright © 2020 The Apache Software Foundation. All rights reserved.