Interface HttpMethod.Builder

  • All Superinterfaces:
    io.hyperfoil.api.config.BuilderBase<HttpMethod.Builder>
    All Known Implementing Classes:
    HttpMethod.ProvidedBuilder
    Enclosing class:
    HttpMethod
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface HttpMethod.Builder
    extends io.hyperfoil.api.config.BuilderBase<HttpMethod.Builder>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.hyperfoil.api.config.BuilderBase

        io.hyperfoil.api.config.BuilderBase.CopyUtil, io.hyperfoil.api.config.BuilderBase.IgnoreCopy, io.hyperfoil.api.config.BuilderBase.ThrowingSupplier<T extends java.lang.Object>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,​HttpMethod> build()  
      • Methods inherited from interface io.hyperfoil.api.config.BuilderBase

        copy, prepareBuild
    • Method Detail

      • build

        io.hyperfoil.function.SerializableFunction<io.hyperfoil.api.session.Session,​HttpMethod> build()