Class MultipartSupport.ConstantSupplier<T>

    • Constructor Detail

      • ConstantSupplier

        public ConstantSupplier​(T val)
    • Method Detail

      • get

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