Interface GenericResultHandler


public interface GenericResultHandler
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    handle(Object result, org.springframework.core.convert.TypeDescriptor resultType)
     
    boolean
    matches(org.springframework.core.convert.TypeDescriptor resultType)
     
  • Method Details

    • getHandlerTypes

      Set<Class<?>> getHandlerTypes()
    • handle

      void handle(Object result, org.springframework.core.convert.TypeDescriptor resultType)
    • matches

      boolean matches(org.springframework.core.convert.TypeDescriptor resultType)