Package io.hyperfoil.api.config
Annotation Type IncludeBuilders.Conversion
-
public static @interface IncludeBuilders.Conversion
-
-
Element Detail
-
from
java.lang.Class<?> from
- Returns:
- Builder class that should be loaded in addition to the one the
IncludeBuildersannotation is attached to.
-
-
-
adapter
java.lang.Class<? extends java.util.function.Function<?,?>> adapter
- Returns:
- Class implementing function that adapts builder loaded through
from()to builder of type whereIncludeBuildersis attached.
-
-