public class ContextualGetterBiFunction<S,T> extends Object implements org.simpleflatmapper.util.BiFunction<S,org.simpleflatmapper.converter.Context,T>
| Modifier and Type | Class and Description |
|---|---|
static class |
ContextualGetterBiFunction.BooleanBiFunction<S> |
static class |
ContextualGetterBiFunction.ByteBiFunction<S> |
static class |
ContextualGetterBiFunction.CharacterBiFunction<S> |
static class |
ContextualGetterBiFunction.DoubleBiFunction<S> |
static class |
ContextualGetterBiFunction.FloatBiFunction<S> |
static class |
ContextualGetterBiFunction.IntegerBiFunction<S> |
static class |
ContextualGetterBiFunction.LongBiFunction<S> |
static class |
ContextualGetterBiFunction.ShortBiFunction<S> |
| Constructor and Description |
|---|
ContextualGetterBiFunction(ContextualGetter<? super S,? extends T> fieldMapperGetter) |
| Modifier and Type | Method and Description |
|---|---|
T |
apply(S s,
org.simpleflatmapper.converter.Context mappingContext) |
static <S,T> org.simpleflatmapper.util.BiFunction<? super S,? super MappingContext<?>,T> |
of(Class<?> type,
ContextualGetter<? super S,? extends T> getter) |
public ContextualGetterBiFunction(ContextualGetter<? super S,? extends T> fieldMapperGetter)
public static <S,T> org.simpleflatmapper.util.BiFunction<? super S,? super MappingContext<?>,T> of(Class<?> type, ContextualGetter<? super S,? extends T> getter)
Copyright © 2020. All rights reserved.