| Modifier and Type | Method and Description |
|---|---|
boolean |
ignorableOnOutput() |
int |
index() |
String |
name() |
boolean |
nullable() |
static <T,F> Datatype.Feature<T,F> |
of(int index,
String owner,
String name,
com.google.common.reflect.TypeToken<F> type,
boolean nullable,
boolean getter,
boolean setter,
boolean omittable,
boolean ignorable) |
boolean |
omittableOnInput() |
boolean |
supportsInput() |
boolean |
supportsOutput() |
com.google.common.reflect.TypeToken<F> |
type() |
int index()
boolean nullable()
String name()
com.google.common.reflect.TypeToken<F> type()
boolean supportsInput()
boolean supportsOutput()
boolean omittableOnInput()
boolean ignorableOnOutput()
static <T,F> Datatype.Feature<T,F> of(int index, String owner, String name, com.google.common.reflect.TypeToken<F> type, boolean nullable, boolean getter, boolean setter, boolean omittable, boolean ignorable)
Copyright © 2020 The Immutables.org authors. All rights reserved.