-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#20 Enable Non String values in JsonFieldPatternBuilder #20
Conversation
...ns/src/main/java/com/ebay/ejmask/extenstion/builder/json/JsonBooleanFieldPatternBuilder.java
Show resolved
Hide resolved
ejmask-api/src/main/java/com/ebay/ejmask/api/PatternEntity.java
Outdated
Show resolved
Hide resolved
ejmask-api/src/main/java/com/ebay/ejmask/api/PatternEntity.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Head branch was pushed to by a user without write access
ejmask-api/src/main/java/com/ebay/ejmask/api/IPatternBuilder.java
Outdated
Show resolved
Hide resolved
ejmask-api/src/main/java/com/ebay/ejmask/api/PatternEntity.java
Outdated
Show resolved
Hide resolved
...ns/src/main/java/com/ebay/ejmask/extenstion/builder/json/JsonBooleanFieldPatternBuilder.java
Outdated
Show resolved
Hide resolved
...rc/test/java/com/ebay/ejmask/extenstion/builder/json/JsonBooleanFieldPatternBuilderTest.java
Show resolved
Hide resolved
...rc/test/java/com/ebay/ejmask/extenstion/builder/json/JsonNumericFieldPatternBuilderTest.java
Show resolved
Hide resolved
...xtensions/src/main/java/com/ebay/ejmask/extenstion/builder/json/JsonFieldPatternBuilder.java
Show resolved
Hide resolved
...ns/src/main/java/com/ebay/ejmask/extenstion/builder/json/JsonNumericFieldPatternBuilder.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RandySun228 You need to sign your commits.
b969783
to
828f6b1
Compare
Pull request was closed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Motivation
This PR is to address issue: #17.
JsonFieldPatternBuilder does not support non string data mask, so create this PR to fix it. Numeric and boolean data are supported.
Proposed Changes
Test Plan
Test is covered by UT