Class ObjectCreationExample
-
- All Implemented Interfaces:
@Deprecated(message = "Use CreationExample instead", replaceWith = @ReplaceWith(imports = {"com.embabel.agent.api.common.CreationExample"}, expression = "CreationExample(description, value)")) public final class ObjectCreationExample<T extends Object> extends CreationExample<T>
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 ObjectCreationExample(String description, T value)
-