Class MultipartSupport.ConstantSupplier<T>

java.lang.Object
org.jboss.resteasy.reactive.server.core.multipart.MultipartSupport.ConstantSupplier<T>
All Implemented Interfaces:
Supplier<T>
Enclosing class:
MultipartSupport

public static class MultipartSupport.ConstantSupplier<T> extends Object implements Supplier<T>
  • Constructor Details

    • ConstantSupplier

      public ConstantSupplier(T val)
  • Method Details

    • get

      public T get()
      Specified by:
      get in interface Supplier<T>