Interface TableMappingPostProcessor

All Known Implementing Classes:
TableMappingPostProcessor.None
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface TableMappingPostProcessor
테이블 매핑을 동적으로 후처리할 수 있는 Processor
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    process(T tableMappingModel)
    테이블 매핑 정보를 동적으로 변경하고, 반환
  • Method Details

    • process

      <T> T process(T tableMappingModel)
      테이블 매핑 정보를 동적으로 변경하고, 반환
      Type Parameters:
      T -
      Parameters:
      tableMappingModel -
      Returns: