| Modifier and Type | Method and Description |
|---|---|
static ImmutableArgumentMeta.Builder |
ImmutableArgumentMeta.builder()
Creates a builder for
ImmutableArgumentMeta. |
ImmutableArgumentMeta.Builder |
ImmutableArgumentMeta.Builder.from(ArgumentMeta instance)
Fill a builder with attribute values from the provided
ArgumentMeta instance. |
ImmutableArgumentMeta.Builder |
ImmutableArgumentMeta.Builder.name(Optional<String> name)
Initializes the optional value
name to name. |
ImmutableArgumentMeta.Builder |
ImmutableArgumentMeta.Builder.name(String name)
Initializes the optional value
name to name. |
ImmutableArgumentMeta.Builder |
ImmutableArgumentMeta.Builder.type(String type)
Initializes the value for the
type attribute. |
Copyright © 2019 Nuiton. All rights reserved.