CoreAssemblerConfig
, SynchronousAssemblerConfig
public interface AssemblerConfig<T,ID,C extends java.util.Collection<T>,R,RC>
Modifier and Type | Method | Description |
---|---|---|
AssemblerAdapter<ID,R,RC> |
getAssemblerAdapter() |
|
java.util.function.Function<java.lang.Throwable,java.lang.RuntimeException> |
getErrorConverter() |
|
java.util.function.Function<T,ID> |
getIdExtractor() |
|
io.github.pellse.util.function.checked.CheckedSupplier<C,java.lang.Throwable> |
getTopLevelEntitiesProvider() |
io.github.pellse.util.function.checked.CheckedSupplier<C,java.lang.Throwable> getTopLevelEntitiesProvider()
java.util.function.Function<java.lang.Throwable,java.lang.RuntimeException> getErrorConverter()
AssemblerAdapter<ID,R,RC> getAssemblerAdapter()