FieldStyle Values and Bound Fields
Monday, March 8, 2021 at 12:27pmFieldStyle has static types for BOUND_COMPANY, BOUND_NAME, and BOUND_DATE, but these values do not appear in the values returned by FieldStyle.values(). I would like to look up the FieldStyle like FieldStyle.valueOf(SOME_NAME) but the call fails for the 'BOUND' types. Is there a reason those are not returned?
Reply to: FieldStyle Values and Bound Fields
Monday, March 8, 2021 at 12:50pmHi Michael,
Thanks for brining it up to us! I believe it's a bug in Java SDK that not all instances are added to the FieldStyle.sdkValues, see the source code below:
https://github.com/OneSpan/esl.sdk.java/blob/dev/sdk/src/main/java/com/silanis/esl/sdk/FieldStyle.java
I'd like to raise a support ticket on your behalf and report it to R&D team.
Duo