Package org.instancio.feed
Annotation Type FeedSpecAnnotations.DataSpec
- Enclosing interface:
FeedSpecAnnotations
@ExperimentalApi
@Target(METHOD)
@Retention(RUNTIME)
public static @interface FeedSpecAnnotations.DataSpec
Allows mapping a property name from an external
data source to a spec method in a
Feed.- Since:
- 5.0.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
Specifies the name of a property that a spec method in aFeedshould map to.- Returns:
- property name defined in an external data source
- Since:
- 5.0.0
-