| Modifier and Type | Method and Description |
|---|---|
ImmutableCustomTypeMeta |
ImmutableCustomTypeMeta.Builder.build()
Builds a new
ImmutableCustomTypeMeta. |
static ImmutableCustomTypeMeta |
ImmutableCustomTypeMeta.copyOf(CustomTypeMeta instance)
Creates an immutable copy of a
CustomTypeMeta value. |
ImmutableCustomTypeMeta |
ImmutableCustomTypeMeta.withComment(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
comment attribute. |
ImmutableCustomTypeMeta |
ImmutableCustomTypeMeta.withComment(String value)
Copy the current immutable object by setting a present value for the optional
comment attribute. |
ImmutableCustomTypeMeta |
ImmutableCustomTypeMeta.withEnumEquivalence(Class<? extends Enum> value)
Copy the current immutable object by setting a present value for the optional
enumEquivalence attribute. |
ImmutableCustomTypeMeta |
ImmutableCustomTypeMeta.withEnumEquivalence(Optional<? extends Class<? extends Enum>> optional)
Copy the current immutable object by setting an optional value for the
enumEquivalence attribute. |
ImmutableCustomTypeMeta |
ImmutableCustomTypeMeta.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableCustomTypeMeta |
ImmutableCustomTypeMeta.withValues(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
values. |
ImmutableCustomTypeMeta |
ImmutableCustomTypeMeta.withValues(String... elements)
Copy the current immutable object with elements that replace the content of
values. |
Copyright © 2019 Nuiton. All rights reserved.