Class RestApiComparatorPath.BuilderImpl
java.lang.Object
org.bremersee.spring.test.api.comparator.RestApiComparatorPath.BuilderImpl
- All Implemented Interfaces:
RestApiComparatorPath.Builder
- Enclosing interface:
RestApiComparatorPath
public static class RestApiComparatorPath.BuilderImpl
extends Object
implements RestApiComparatorPath.Builder
The path builder implementation.
-
Method Summary
Modifier and TypeMethodDescriptionadd(RestApiComparatorPath.PathType stepType, String value) Add step and value.build()Build rest api tester path.
-
Method Details
-
add
Description copied from interface:RestApiComparatorPath.BuilderAdd step and value.- Specified by:
addin interfaceRestApiComparatorPath.Builder- Parameters:
stepType- the step typevalue- the value- Returns:
- the builder
-
build
Description copied from interface:RestApiComparatorPath.BuilderBuild rest api tester path.- Specified by:
buildin interfaceRestApiComparatorPath.Builder- Returns:
- the rest api tester path
-