Annotation Interface JavaTimeConversionPattern
@Target({ANNOTATION_TYPE,PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
@API(status=STABLE,
     since="5.7")
@ConvertWith(org.junit.jupiter.params.converter.JavaTimeArgumentConverter.class)
public @interface JavaTimeConversionPattern
@JavaTimeConversionPattern is an annotation that allows a date/time
conversion pattern to be specified on a parameter of a
@ParameterizedClass
or
@ParameterizedTest.- Since:
 - 5.0
 - See Also:
 
- 
Required Element Summary
Required Elements - 
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanWhethernullargument values are allowed. 
- 
Element Details
- 
value
 - 
nullable
Whethernullargument values are allowed.Defaults to
false, in which case anullvalue will result in an exception.- Since:
 - 5.12
 
- Default:
 false
 
 -