Package | Description |
---|---|
agi.foundation.compatibility |
Modifier and Type | Method and Description |
---|---|
static <TInput,TOutput> |
Converter.of(Converter.Function<TInput,TOutput> f)
Create a delegate for the given interface.
|
static <TInput,TOutput> |
Converter.of(Converter.Function<TInput,TOutput> f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static <TInput,TOutput> |
Converter.of(Converter.Function<TInput,TOutput> f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|