public class ImmutableEncodedValueFactory
extends java.lang.Object
| Constructor and Description |
|---|
ImmutableEncodedValueFactory() |
| Modifier and Type | Method and Description |
|---|---|
static EncodedValue |
defaultValueForType(java.lang.String type) |
static com.google.common.collect.ImmutableList<ImmutableEncodedValue> |
immutableListOf(java.lang.Iterable<? extends EncodedValue> list) |
static ImmutableEncodedValue |
of(EncodedValue encodedValue) |
static ImmutableEncodedValue |
ofNullable(EncodedValue encodedValue) |
@Nonnull public static ImmutableEncodedValue of(@Nonnull EncodedValue encodedValue)
@Nonnull public static EncodedValue defaultValueForType(java.lang.String type)
@Nullable public static ImmutableEncodedValue ofNullable(@Nullable EncodedValue encodedValue)
@Nonnull public static com.google.common.collect.ImmutableList<ImmutableEncodedValue> immutableListOf(@Nullable java.lang.Iterable<? extends EncodedValue> list)