Uses of Interface
org.junit.jupiter.params.converter.ArgumentConverter
Packages that use ArgumentConverter
Package
Description
ArgumentConverter
implementations and the corresponding
@ConvertWith annotation.-
Uses of ArgumentConverter in org.junit.jupiter.params.converter
Classes in org.junit.jupiter.params.converter that implement ArgumentConverterModifier and TypeClassDescriptionclassAnnotationBasedArgumentConverter<A extends Annotation>AnnotationBasedArgumentConverteris an abstract base class forArgumentConverterimplementations that also need to consume an annotation in order to perform the conversion.classDefaultArgumentConverteris the default implementation of theArgumentConverterAPI.classSimpleArgumentConverteris an abstract base class forArgumentConverterimplementations that only need to know the target type and do not need access to theParameterContextto perform the conversion.classTypedArgumentConverteris an abstract base class forArgumentConverterimplementations that always convert objects of a given source type into a given target type.