Uses of Interface
com.hybris.cockpitng.json.ObjectMapperConfiguration
-
Packages that use ObjectMapperConfiguration Package Description com.hybris.cockpitng.json.impl com.hybris.cockpitng.testing.annotation -
-
Uses of ObjectMapperConfiguration in com.hybris.cockpitng.json.impl
Classes in com.hybris.cockpitng.json.impl that implement ObjectMapperConfiguration Modifier and Type Class Description classDefaultObjectMapperConfigurationCreatesObjectMapperwith configuration: FAIL_ON_EMPTY_BEANS: false FAIL_ON_UNKNOWN_PROPERTIES: falseMethods in com.hybris.cockpitng.json.impl that return types with arguments of type ObjectMapperConfiguration Modifier and Type Method Description java.util.List<ObjectMapperConfiguration>DefaultJSONMapper. getConfigurations()Method parameters in com.hybris.cockpitng.json.impl with type arguments of type ObjectMapperConfiguration Modifier and Type Method Description voidDefaultJSONMapper. setConfigurations(java.util.List<ObjectMapperConfiguration> configurations) -
Uses of ObjectMapperConfiguration in com.hybris.cockpitng.testing.annotation
Methods in com.hybris.cockpitng.testing.annotation that return types with arguments of type ObjectMapperConfiguration Modifier and Type Method Description java.lang.Class<? extends ObjectMapperConfiguration>[]additionalJsonObjectMappers()
-