@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableJsonValueCreator extends Object implements JsonValueCreator
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableJsonValueCreator.Builder |
static class |
ImmutableJsonValueCreator.Constructor |
static class |
ImmutableJsonValueCreator.Singleton |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableJsonValueCreator.Builder |
builder() |
static ImmutableJsonValueCreator |
copyOf(JsonValueCreator instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
String |
value() |
ImmutableJsonValueCreator |
withValue(String value) |
public String value()
public final ImmutableJsonValueCreator withValue(String value)
public int hashCode()
public String toString()
public static ImmutableJsonValueCreator copyOf(JsonValueCreator instance)
public static ImmutableJsonValueCreator.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.