| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableOptionalTypeInfo.Builder<T> |
ImmutableOptionalTypeInfo.builder()
Creates a builder for
ImmutableOptionalTypeInfo. |
ImmutableOptionalTypeInfo.Builder<T> |
ImmutableOptionalTypeInfo.Builder.from(OptionalTypeInfo<T> instance)
Fill a builder with attribute values from the provided
OptionalTypeInfo instance. |
ImmutableOptionalTypeInfo.Builder<T> |
ImmutableOptionalTypeInfo.Builder.value(TypeInfo<T> value)
Initializes the value for the
value attribute. |
Copyright © 2026. All rights reserved.