We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Using the following code
@PactDslBodyBuilder public class DemoClass { private Set<String> aSetString1; private Set<Integer> aSetInteger1; private Set<Float> aSetFloat1; private Set<DemoClass2> aSetClass1; }
It gives an error
java: java.util.NoSuchElementException: No value present
Probably missing support for Set Collections
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the following code
It gives an error
Probably missing support for Set Collections
The text was updated successfully, but these errors were encountered: