Class FormFormatter

  • All Implemented Interfaces:
    com.tngtech.jgiven.format.ArgumentFormatter<jakarta.ws.rs.core.Form>

    @ThreadSafe
    public class FormFormatter
    extends Object
    implements com.tngtech.jgiven.format.ArgumentFormatter<jakarta.ws.rs.core.Form>
    Annotation formatter for Form objects.
    Author:
    aherscu
    • Constructor Detail

      • FormFormatter

        public FormFormatter()
    • Method Detail

      • format

        public String format​(jakarta.ws.rs.core.Form argumentToFormat,
                             String... notUsed)
        Specified by:
        format in interface com.tngtech.jgiven.format.ArgumentFormatter<jakarta.ws.rs.core.Form>