Interface UserDtoPostProcessorHook

All Superinterfaces:
Hook
All Known Implementing Classes:
UserDtoSetStatusPostProcessor, UserDtoSetStatusPostProcessor

public interface UserDtoPostProcessorHook extends Hook
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    adaptDto(User user, UserDto userDto)
     
  • Method Details

    • adaptDto

      void adaptDto(User user, UserDto userDto)