How to overcome “Conflicting setter definitions for property ”?
问题 I use com.fasterxml.jackson and io.swagger libraries. In my REST endpoint I use org.javamoney.moneta.Money type for a GET query. When deploying the war i get following exception 1; I have followed this reference and wrote following code[2]; and registered it at @ApplicationPath. But still getting same issue. Any guide would be really helpful? @ApplicationPath("/rest") public class RestApplication extends Application { @Override public Set<Class<?>> getClasses() { HashSet<Class<?>> set = new