Uses of Interface
org.apache.camel.k.tooling.maven.model.crd.CamelCatalogSpec
-
Packages that use CamelCatalogSpec Package Description org.apache.camel.k.tooling.maven.model.crd -
-
Uses of CamelCatalogSpec in org.apache.camel.k.tooling.maven.model.crd
Classes in org.apache.camel.k.tooling.maven.model.crd that implement CamelCatalogSpec Modifier and Type Class Description classImmutableCamelCatalogSpecImmutable implementation ofCamelCatalogSpec.Methods in org.apache.camel.k.tooling.maven.model.crd that return CamelCatalogSpec Modifier and Type Method Description CamelCatalogSpecCamelCatalog. getSpec()CamelCatalogSpecImmutableCamelCatalog. getSpec()Methods in org.apache.camel.k.tooling.maven.model.crd with parameters of type CamelCatalogSpec Modifier and Type Method Description static ImmutableCamelCatalogSpecImmutableCamelCatalogSpec. copyOf(CamelCatalogSpec instance)Creates an immutable copy of aCamelCatalogSpecvalue.CamelCatalogSpec.BuilderImmutableCamelCatalogSpec.Builder. from(CamelCatalogSpec instance)Fill a builder with attribute values from the providedCamelCatalogSpecinstance.CamelCatalog.BuilderImmutableCamelCatalog.Builder. spec(CamelCatalogSpec spec)Initializes the value for thespecattribute.ImmutableCamelCatalogImmutableCamelCatalog. withSpec(CamelCatalogSpec value)Copy the current immutable object by setting a value for thespecattribute.
-