Package io.github.pellse.assembler
Interface AssemblerBuilder.WithIdExtractorBuilder<R>
- All Known Implementing Classes:
AssemblerBuilder.WithIdExtractorBuilderImpl
- Enclosing interface:
- AssemblerBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescription<T,
ID> AssemblerBuilder.WithAssemblerRulesBuilder<T, ID, R> withIdExtractor
(Function<T, ID> idExtractor)
-
Method Details
-
withIdExtractor
<T,ID> AssemblerBuilder.WithAssemblerRulesBuilder<T,ID, withIdExtractorR> (Function<T, ID> idExtractor)
-