Interface CustomMappingBuilder<S,D>

All Known Subinterfaces:
ProducerMappingBuilder<S,D>
All Known Implementing Classes:
MappingBuilderExecutor

public interface CustomMappingBuilder<S,D>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    custom(BiConsumer<S,D> mapping)
     
    void
     
  • Method Details

    • custom

      void custom(BiConsumer<S,D> mapping)
    • register

      void register()