Uses of Interface
org.junitpioneer.jupiter.json.ObjectMapperProvider
-
Packages that use ObjectMapperProvider Package Description org.junitpioneer.jupiter.json Provides parameterized test arguments from JSON (inline or file). -
-
Uses of ObjectMapperProvider in org.junitpioneer.jupiter.json
Classes in org.junitpioneer.jupiter.json that implement ObjectMapperProvider Modifier and Type Class Description classDefaultObjectMapperProviderFields in org.junitpioneer.jupiter.json with type parameters of type ObjectMapperProvider Modifier and Type Field Description private static java.util.Map<java.lang.String,ObjectMapperProvider>JacksonJsonConverter. OBJECT_MAPPERSMethods in org.junitpioneer.jupiter.json that return types with arguments of type ObjectMapperProvider Modifier and Type Method Description private static java.util.Map<java.lang.String,ObjectMapperProvider>JacksonJsonConverter. loadObjectMappers()Constructors in org.junitpioneer.jupiter.json with parameters of type ObjectMapperProvider Constructor Description JacksonJsonConverter(ObjectMapperProvider provider)
-