| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableComponent
Immutable implementation of
ComponentDefinition.Component. |
| Modifier and Type | Method and Description |
|---|---|
ComponentDefinition.Component |
ImmutableComponentDefinition.getComponent() |
ComponentDefinition.Component |
ComponentDefinition.getComponent() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableComponentDefinition.Builder |
ImmutableComponentDefinition.Builder.component(ComponentDefinition.Component component)
Initializes the value for the
component attribute. |
static ImmutableComponent |
ImmutableComponent.copyOf(ComponentDefinition.Component instance)
Creates an immutable copy of a
ComponentDefinition.Component value. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.from(ComponentDefinition.Component instance)
Fill a builder with attribute values from the provided
Component instance. |
ImmutableComponentDefinition |
ImmutableComponentDefinition.withComponent(ComponentDefinition.Component value)
Copy the current immutable object by setting a value for the
component attribute. |
Copyright © 2016–2019 Red Hat. All rights reserved.