Uses of Interface
org.junitpioneer.jupiter.json.ObjectMapperProvider
Packages that use ObjectMapperProvider
Package
Description
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 ObjectMapperProviderFields in org.junitpioneer.jupiter.json with type parameters of type ObjectMapperProviderModifier and TypeFieldDescriptionprivate static final Map<String, ObjectMapperProvider> JacksonJsonConverter.OBJECT_MAPPERSMethods in org.junitpioneer.jupiter.json that return types with arguments of type ObjectMapperProviderModifier and TypeMethodDescriptionprivate static Map<String, ObjectMapperProvider> JacksonJsonConverter.loadObjectMappers()Constructors in org.junitpioneer.jupiter.json with parameters of type ObjectMapperProviderModifierConstructorDescription(package private)JacksonJsonConverter(ObjectMapperProvider provider)