Assembler.AdapterBuilderImpl
public static interface Assembler.AdapterBuilder<ID,R>
Modifier and Type | Method | Description |
---|---|---|
<RC> RC |
using(AssemblerAdapter<ID,R,RC> adapter) |
|
Assembler.AdapterBuilder<ID,R> |
withErrorConverter(java.util.function.Function<java.lang.Throwable,java.lang.RuntimeException> errorConverter) |
Assembler.AdapterBuilder<ID,R> withErrorConverter(java.util.function.Function<java.lang.Throwable,java.lang.RuntimeException> errorConverter)
<RC> RC using(AssemblerAdapter<ID,R,RC> adapter)