Package com.embabel.agent.api.common
Class CreationExample
-
- All Implemented Interfaces:
public class CreationExample<T extends Object>An example of creating an object of the given type. Used to provide strongly typed examples to the ObjectCreator.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringdescriptionprivate final Tvalue
-
Constructor Summary
Constructors Constructor Description CreationExample(String description, T value)
-