Uses of Interface
org.apache.camel.k.tooling.maven.model.CamelLoader
-
Packages that use CamelLoader Package Description org.apache.camel.k.tooling.maven.model org.apache.camel.k.tooling.maven.model.crd -
-
Uses of CamelLoader in org.apache.camel.k.tooling.maven.model
Classes in org.apache.camel.k.tooling.maven.model that implement CamelLoader Modifier and Type Class Description class
ImmutableCamelLoader
Immutable implementation ofCamelLoader
.Methods in org.apache.camel.k.tooling.maven.model with parameters of type CamelLoader Modifier and Type Method Description static ImmutableCamelLoader
ImmutableCamelLoader. copyOf(CamelLoader instance)
Creates an immutable copy of aCamelLoader
value.CamelLoader.Builder
ImmutableCamelLoader.Builder. from(CamelLoader instance)
Fill a builder with attribute values from the providedorg.apache.camel.k.tooling.maven.model.CamelLoader
instance. -
Uses of CamelLoader in org.apache.camel.k.tooling.maven.model.crd
Methods in org.apache.camel.k.tooling.maven.model.crd that return types with arguments of type CamelLoader Modifier and Type Method Description default Map<String,CamelLoader>
CamelCatalogSpec. getLoaders()
com.google.common.collect.ImmutableMap<String,CamelLoader>
ImmutableCamelCatalogSpec. getLoaders()
Methods in org.apache.camel.k.tooling.maven.model.crd with parameters of type CamelLoader Modifier and Type Method Description CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder. putLoader(String key, CamelLoader value)
Put one entry to theloaders
map.Method parameters in org.apache.camel.k.tooling.maven.model.crd with type arguments of type CamelLoader Modifier and Type Method Description CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder. loaders(Map<String,? extends CamelLoader> entries)
Sets or replaces all mappings from the specified map as entries for theloaders
map.CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder. putAllLoaders(Map<String,? extends CamelLoader> entries)
Put all mappings from the specified map as entries toloaders
map.CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder. putLoader(Map.Entry<String,? extends CamelLoader> entry)
Put one entry to theloaders
map.ImmutableCamelCatalogSpec
ImmutableCamelCatalogSpec. withLoaders(Map<String,? extends CamelLoader> entries)
Copy the current immutable object by replacing theloaders
map with the specified map.
-