Uses of Interface
org.apache.camel.k.tooling.maven.model.crd.CamelCatalog
-
Packages that use CamelCatalog Package Description org.apache.camel.k.tooling.maven.model.crd -
-
Uses of CamelCatalog in org.apache.camel.k.tooling.maven.model.crd
Classes in org.apache.camel.k.tooling.maven.model.crd that implement CamelCatalog Modifier and Type Class Description classImmutableCamelCatalogImmutable implementation ofCamelCatalog.Methods in org.apache.camel.k.tooling.maven.model.crd with parameters of type CamelCatalog Modifier and Type Method Description static ImmutableCamelCatalogImmutableCamelCatalog. copyOf(CamelCatalog instance)Creates an immutable copy of aCamelCatalogvalue.CamelCatalog.BuilderImmutableCamelCatalog.Builder. from(CamelCatalog instance)Fill a builder with attribute values from the providedCamelCataloginstance.
-