@Immutable @CheckReturnValue public static final class ImmutableJsonValueCreator.Constructor extends Object implements JsonValueCreator.Constructor
| Modifier and Type | Method and Description |
|---|---|
static ImmutableJsonValueCreator.Constructor |
copyOf(JsonValueCreator.Constructor instance) |
boolean |
equals(Object another) |
int |
hashCode() |
static ImmutableJsonValueCreator.Constructor |
of(boolean value) |
String |
toString() |
boolean |
value() |
ImmutableJsonValueCreator.Constructor |
withValue(boolean value) |
public boolean value()
public final ImmutableJsonValueCreator.Constructor withValue(boolean value)
public int hashCode()
public String toString()
public static ImmutableJsonValueCreator.Constructor of(boolean value)
public static ImmutableJsonValueCreator.Constructor copyOf(JsonValueCreator.Constructor instance)
Copyright © 2022 The Immutables.org authors. All rights reserved.