Interface AqlSqlResultPostprocessor

All Known Implementing Classes:
DefaultResultPostprocessor, ExtractedColumnResultPostprocessor
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 AqlSqlResultPostprocessor
Applied to one column of all records returned by the SQL query executed for a given AslRootQuery. Selection of the applicable post processor for each column is performed by AqlQueryRepository
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • postProcessColumn

      Object postProcessColumn(Object columnValue)