@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableJacksonGenerics<T extends Number> extends Object implements JacksonGenerics<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableJacksonGenerics.Builder<T extends Number> |
| Modifier and Type | Method and Description |
|---|---|
T |
attr() |
static <T extends Number> |
builder() |
static <T extends Number> |
copyOf(JacksonGenerics<T> instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
nm() |
String |
toString() |
ImmutableJacksonGenerics<T> |
withAttr(T value) |
ImmutableJacksonGenerics<T> |
withNm(String value) |
public T attr()
public String nm()
public final ImmutableJacksonGenerics<T> withAttr(T value)
public final ImmutableJacksonGenerics<T> withNm(String value)
public int hashCode()
public String toString()
public static <T extends Number> ImmutableJacksonGenerics<T> copyOf(JacksonGenerics<T> instance)
public static <T extends Number> ImmutableJacksonGenerics.Builder<T> builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.