ArgumentConverter
implementations and the corresponding
@ConvertWith
annotation.See: Description
Interface | Description |
---|---|
ArgumentConverter |
ArgumentConverter is an abstraction that allows an input object to
be converted to an instance of a different class. |
DefaultArgumentConverter.StringToObjectConverter |
Exception | Description |
---|---|
ArgumentConversionException |
ArgumentConversionException is an exception that can occur when an
object is converted to another object by an implementation of an
ArgumentConverter . |
Annotation Type | Description |
---|---|
ConvertWith |
@ConvertWith is an annotation that allows one to specify an explicit
ArgumentConverter . |
JavaTimeConversionPattern |
@JavaTimeConversionPattern is an annotation that allows a date/time
conversion pattern to be specified on a parameter of a
@ParameterizedTest method. |
ArgumentConverter
implementations and the corresponding
@ConvertWith
annotation.