Uses of Interface
org.apache.camel.k.catalog.model.CamelLoader
Packages that use CamelLoader
-
Uses of CamelLoader in org.apache.camel.k.catalog.model
Classes in org.apache.camel.k.catalog.model that implement CamelLoaderMethods in org.apache.camel.k.catalog.model with parameters of type CamelLoaderModifier and TypeMethodDescriptionstatic ImmutableCamelLoader
ImmutableCamelLoader.copyOf
(CamelLoader instance) Creates an immutable copy of aCamelLoader
value.final CamelLoader.Builder
ImmutableCamelLoader.Builder.from
(CamelLoader instance) Fill a builder with attribute values from the providedorg.apache.camel.k.catalog.model.CamelLoader
instance. -
Uses of CamelLoader in org.apache.camel.k.catalog.model.k8s.crd
Methods in org.apache.camel.k.catalog.model.k8s.crd that return types with arguments of type CamelLoaderModifier and TypeMethodDescriptiondefault SortedMap<String,
CamelLoader> CamelCatalogSpec.getLoaders()
ImmutableCamelCatalogSpec.getLoaders()
Methods in org.apache.camel.k.catalog.model.k8s.crd with parameters of type CamelLoaderModifier and TypeMethodDescriptionfinal CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.putLoader
(String key, CamelLoader value) Put one entry to theloaders
map.Method parameters in org.apache.camel.k.catalog.model.k8s.crd with type arguments of type CamelLoaderModifier and TypeMethodDescriptionfinal CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.loaders
(Map<String, ? extends CamelLoader> entries) Sets or replaces all mappings from the specified map as entries for theloaders
map.final CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.putAllLoaders
(Map<String, ? extends CamelLoader> entries) Put all mappings from the specified map as entries toloaders
map.final CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder.putLoader
(Map.Entry<String, ? extends CamelLoader> entry) Put one entry to theloaders
map.ImmutableCamelCatalogSpec.withLoaders
(Map<String, ? extends CamelLoader> entries) Copy the current immutable object by replacing theloaders
map with the specified map.