mirror of
https://github.com/valitydev/adapter-flow-lib.git
synced 2024-11-06 00:05:22 +00:00
Add exlude secure information (#48)
This commit is contained in:
parent
d7438beb7e
commit
a9c74a51a0
2
pom.xml
2
pom.xml
@ -12,7 +12,7 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>adapter-flow-lib</artifactId>
|
||||
<version>0.1.16</version>
|
||||
<version>0.1.17</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>adapter-flow-lib</name>
|
||||
|
@ -3,6 +3,7 @@ package dev.vality.adapter.flow.lib.model;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
import lombok.ToString;
|
||||
import lombok.experimental.SuperBuilder;
|
||||
|
||||
import java.util.Map;
|
||||
@ -79,6 +80,7 @@ public class BaseRequestModel {
|
||||
* All static parameters from configuration by support team.
|
||||
* (options - in old naming)
|
||||
*/
|
||||
@ToString.Exclude
|
||||
private Map<String, String> adapterConfigurations;
|
||||
/**
|
||||
* Data that you send to save on previous steps.
|
||||
|
Loading…
Reference in New Issue
Block a user