| Package | Description |
|---|---|
| org.apache.camel.k.tooling.maven.model.crd |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCamelCatalogSpec
Immutable implementation of
CamelCatalogSpec. |
| Modifier and Type | Method and Description |
|---|---|
CamelCatalogSpec |
ImmutableCamelCatalog.getSpec() |
CamelCatalogSpec |
CamelCatalog.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCamelCatalogSpec |
ImmutableCamelCatalogSpec.copyOf(CamelCatalogSpec instance)
Creates an immutable copy of a
CamelCatalogSpec value. |
CamelCatalogSpec.Builder |
ImmutableCamelCatalogSpec.Builder.from(CamelCatalogSpec instance)
Fill a builder with attribute values from the provided
CamelCatalogSpec instance. |
CamelCatalog.Builder |
ImmutableCamelCatalog.Builder.spec(CamelCatalogSpec spec)
Initializes the value for the
spec attribute. |
ImmutableCamelCatalog |
ImmutableCamelCatalog.withSpec(CamelCatalogSpec value)
Copy the current immutable object by setting a value for the
spec attribute. |
Copyright © 2019 The Apache Software Foundation. All rights reserved.