Class FormGenerator.ContentTypeWriter

  • All Implemented Interfaces:
    io.hyperfoil.function.SerializableBiConsumer<io.hyperfoil.api.session.Session,​HttpRequestWriter>, java.io.Serializable, java.util.function.BiConsumer<io.hyperfoil.api.session.Session,​HttpRequestWriter>
    Enclosing class:
    FormGenerator

    public static class FormGenerator.ContentTypeWriter
    extends java.lang.Object
    implements io.hyperfoil.function.SerializableBiConsumer<io.hyperfoil.api.session.Session,​HttpRequestWriter>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(io.hyperfoil.api.session.Session session, HttpRequestWriter writer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.BiConsumer

        andThen
    • Constructor Detail

      • ContentTypeWriter

        public ContentTypeWriter()
    • Method Detail

      • accept

        public void accept​(io.hyperfoil.api.session.Session session,
                           HttpRequestWriter writer)
        Specified by:
        accept in interface java.util.function.BiConsumer<io.hyperfoil.api.session.Session,​HttpRequestWriter>