Class ObjectFormatter
- java.lang.Object
-
- dev.aherscu.qa.jgiven.commons.formatters.ObjectFormatter
-
- All Implemented Interfaces:
com.tngtech.jgiven.format.AnnotationArgumentFormatter<ObjectFormatter.Annotation>
@ThreadSafe public class ObjectFormatter extends Object implements com.tngtech.jgiven.format.AnnotationArgumentFormatter<ObjectFormatter.Annotation>
Formatter forObject
s.- Author:
- aherscu
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ObjectFormatter.Annotation
Formatter annotation forObject
s.
-
Constructor Summary
Constructors Constructor Description ObjectFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
format(Object argumentToFormat, ObjectFormatter.Annotation annotation)
-
-
-
Method Detail
-
format
public String format(Object argumentToFormat, ObjectFormatter.Annotation annotation)
- Specified by:
format
in interfacecom.tngtech.jgiven.format.AnnotationArgumentFormatter<ObjectFormatter.Annotation>
-
-