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 class
ImmutableCamelCatalogSpec
Immutable implementation ofCamelCatalogSpec
.Methods in org.apache.camel.k.tooling.maven.model.crd that return CamelCatalogSpec Modifier and Type Method Description CamelCatalogSpec
CamelCatalog. getSpec()
CamelCatalogSpec
ImmutableCamelCatalog. getSpec()
Methods in org.apache.camel.k.tooling.maven.model.crd with parameters of type CamelCatalogSpec Modifier and Type Method Description static ImmutableCamelCatalogSpec
ImmutableCamelCatalogSpec. copyOf(CamelCatalogSpec instance)
Creates an immutable copy of aCamelCatalogSpec
value.CamelCatalogSpec.Builder
ImmutableCamelCatalogSpec.Builder. from(CamelCatalogSpec instance)
Fill a builder with attribute values from the providedCamelCatalogSpec
instance.CamelCatalog.Builder
ImmutableCamelCatalog.Builder. spec(CamelCatalogSpec spec)
Initializes the value for thespec
attribute.ImmutableCamelCatalog
ImmutableCamelCatalog. withSpec(CamelCatalogSpec value)
Copy the current immutable object by setting a value for thespec
attribute.
-