Package io.hyperfoil.api.config
Annotation Interface IncludeBuilders.Conversion
- Enclosing class:
- IncludeBuilders
public static @interface IncludeBuilders.Conversion
-
Required Element Summary
Required Elements
-
Element Details
-
from
Class<?> from- Returns:
- Builder class that should be loaded in addition to the one the
IncludeBuildersannotation is attached to.
-
adapter
- Returns:
- Class implementing function that adapts builder loaded through
from()to builder of type whereIncludeBuildersis attached.
-