Class AttachmentUtils

java.lang.Object
io.micronaut.projectgen.http.server.utils.AttachmentUtils

public final class AttachmentUtils extends Object
  • Method Details

    • attachment

      public static io.micronaut.http.HttpResponse<?> attachment(Object body, io.micronaut.http.MediaType contentType, String fileName)