Class SpringWebClientFlowableHttpClient.ByteArrayResourceWithFileName

java.lang.Object
org.springframework.core.io.AbstractResource
org.springframework.core.io.ByteArrayResource
org.flowable.http.common.impl.spring.reactive.SpringWebClientFlowableHttpClient.ByteArrayResourceWithFileName
All Implemented Interfaces:
InputStreamSource, Resource
Enclosing class:
SpringWebClientFlowableHttpClient

protected static class SpringWebClientFlowableHttpClient.ByteArrayResourceWithFileName extends ByteArrayResource
  • Field Details

    • filename

      protected final String filename
  • Constructor Details

    • ByteArrayResourceWithFileName

      public ByteArrayResourceWithFileName(byte[] byteArray, String filename)
  • Method Details