co.com.bancolombia.datamask.databind.MaskedProperty Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of data-mask-core Show documentation
Show all versions of data-mask-core Show documentation
Data Masking library for jackson-databind.
The newest version!
package co.com.bancolombia.datamask.databind;
import lombok.AllArgsConstructor;
import lombok.Getter;
@Getter
@AllArgsConstructor
public class MaskedProperty {
private final String masked;
private final String enc;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy