Uses of Interface
com.hybris.cockpitng.json.JSONMapper
-
Packages that use JSONMapper Package Description com.hybris.cockpitng.components.validation com.hybris.cockpitng.json com.hybris.cockpitng.json.impl -
-
Uses of JSONMapper in com.hybris.cockpitng.components.validation
Methods in com.hybris.cockpitng.components.validation that return JSONMapper Modifier and Type Method Description JSONMapperDefaultValidationResultsPopup. getMapper() -
Uses of JSONMapper in com.hybris.cockpitng.json
Subinterfaces of JSONMapper in com.hybris.cockpitng.json Modifier and Type Interface Description interfaceWidgetJSONMapper -
Uses of JSONMapper in com.hybris.cockpitng.json.impl
Classes in com.hybris.cockpitng.json.impl that implement JSONMapper Modifier and Type Class Description classDefaultJSONMapperDefault JSON <> Java object mapper, which iterates through all mapper configurations till it finds properObjectMapperand uses it.
-