Class KeyMaskingConfig
java.lang.Object
dev.blaauwendraad.masker.json.config.KeyMaskingConfig
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyMaskingConfig.Builder
builder()
Creates a newKeyMaskingConfig.Builder
instance forKeyMaskingConfig
.byte[]
byte[]
byte[]
byte[]
byte[]
boolean
boolean
toString()
-
Method Details
-
builder
Creates a newKeyMaskingConfig.Builder
instance forKeyMaskingConfig
.- Returns:
- the
KeyMaskingConfig.Builder
instance
-
getMaskStringsWith
@CheckForNull public byte[] getMaskStringsWith() -
getMaskStringCharactersWith
@CheckForNull public byte[] getMaskStringCharactersWith() -
isDisableNumberMasking
public boolean isDisableNumberMasking() -
getMaskNumbersWith
@CheckForNull public byte[] getMaskNumbersWith() -
getMaskNumberDigitsWith
@CheckForNull public byte[] getMaskNumberDigitsWith() -
isDisableBooleanMasking
public boolean isDisableBooleanMasking() -
getMaskBooleansWith
@CheckForNull public byte[] getMaskBooleansWith() -
toString
-