Uses of Interface
org.immutables.data.Datatype.Feature
-
Packages that use Datatype.Feature Package Description org.immutables.data -
-
Uses of Datatype.Feature in org.immutables.data
Methods in org.immutables.data that return Datatype.Feature Modifier and Type Method Description default Datatype.Feature<T,?>Datatype. feature(java.lang.String name)default <F> Datatype.Feature<T,F>Datatype. feature(java.lang.String name, com.google.common.reflect.TypeToken<F> type)static <T,F>
Datatype.Feature<T,F>Datatype.Feature. of(int index, java.lang.String owner, java.lang.String name, com.google.common.reflect.TypeToken<F> type, boolean nullable, boolean setter, boolean getter, boolean omittable, boolean ignorable)Methods in org.immutables.data that return types with arguments of type Datatype.Feature Modifier and Type Method Description java.util.Optional<Datatype.Feature<?,?>>Datatype.Violation. feature()java.util.List<Datatype.Feature<T,?>>Datatype. features()Methods in org.immutables.data with parameters of type Datatype.Feature Modifier and Type Method Description <F> FDatatype. get(Datatype.Feature<T,F> feature, T instance)static Datatype.ViolationDatatype.Violation. of(java.lang.String rule, java.lang.String message, Datatype.Feature<?,?> setter)<F> voidDatatype.Builder. set(Datatype.Feature<T,F> feature, F value)
-