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 classImmutableCamelLoaderImmutable implementation ofCamelLoader.Methods in org.apache.camel.k.tooling.maven.model with parameters of type CamelLoader Modifier and Type Method Description static ImmutableCamelLoaderImmutableCamelLoader. copyOf(CamelLoader instance)Creates an immutable copy of aCamelLoadervalue.CamelLoader.BuilderImmutableCamelLoader.Builder. from(CamelLoader instance)Fill a builder with attribute values from the providedorg.apache.camel.k.tooling.maven.model.CamelLoaderinstance. -
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()Map<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.BuilderImmutableCamelCatalogSpec.Builder. putLoader(String key, CamelLoader value)Put one entry to theloadersmap.Method parameters in org.apache.camel.k.tooling.maven.model.crd with type arguments of type CamelLoader Modifier and Type Method Description CamelCatalogSpec.BuilderImmutableCamelCatalogSpec.Builder. loaders(Map<String,? extends CamelLoader> entries)Sets or replaces all mappings from the specified map as entries for theloadersmap.CamelCatalogSpec.BuilderImmutableCamelCatalogSpec.Builder. putAllLoaders(Map<String,? extends CamelLoader> entries)Put all mappings from the specified map as entries toloadersmap.CamelCatalogSpec.BuilderImmutableCamelCatalogSpec.Builder. putLoader(Map.Entry<String,? extends CamelLoader> entry)Put one entry to theloadersmap.ImmutableCamelCatalogSpecImmutableCamelCatalogSpec. withLoaders(Map<String,? extends CamelLoader> entries)Copy the current immutable object by replacing theloadersmap with the specified map.
-