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? 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
@Data public class User { private String id; private Option<String> username; } public interface UserRepository extends MongoRepository<User, String> { //can find Option<User> findById(String id); //can't find Option<User> findByUsername(Option<String> username); }
The text was updated successfully, but these errors were encountered:
ObjectMapper had registered VavrModule
Sorry, something went wrong.
could you provide a repository with a small reproducer with this problem?
spring-boot-starter-data-mongodb
No branches or pull requests
Spring-Boot:1.5.9.RELASE
Vavr、Vavr-Jackson:0.9.1
The text was updated successfully, but these errors were encountered: