Interface ParameterContext


public interface ParameterContext
Parameter context of a custom parser.
Since:
2.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the input stream supplier for a custom parser.
  • Method Details

    • getStreamSupplier

      Supplier<InputStream> getStreamSupplier()
      Returns the input stream supplier for a custom parser.
      Returns:
      Input stream supplier