public class JsonConverter extends Object implements org.junit.jupiter.params.converter.ArgumentConverter
public Object convert(Object source, org.junit.jupiter.api.extension.ParameterContext context)
source object according to the supplied
context.convert 在接口中 org.junit.jupiter.params.converter.ArgumentConvertersource - the source object to convert; may be nullcontext - the parameter context where the converted object will be
used; never nullnull but only if the target
type is a reference typeorg.junit.jupiter.params.converter.ArgumentConversionException - if an error occurs during the
conversionCopyright © 2021 kubeclub. All rights reserved.