Class MaskingService
java.lang.Object
org.qubership.integration.platform.engine.service.debugger.masking.MaskingService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmaskFields(String target, Set<String> fields, org.springframework.util.MimeType contentType) voidvoidmaskPropertiesFields(Map<String, SessionElementProperty> target, Set<String> maskedFields)
-
Constructor Details
-
MaskingService
@Autowired public MaskingService(@Qualifier("jsonMapper") com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
maskFields
public String maskFields(String target, Set<String> fields, org.springframework.util.MimeType contentType) throws LoggingMaskingException, org.springframework.web.reactive.function.UnsupportedMediaTypeException - Throws:
LoggingMaskingExceptionorg.springframework.web.reactive.function.UnsupportedMediaTypeException
-
maskPropertiesFields
public void maskPropertiesFields(Map<String, SessionElementProperty> target, Set<String> maskedFields) -
maskFields
-
maskJSON
public String maskJSON(String target, Set<String> fields) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-