I have a field like
@SerializedName("user-label")
private String userLabel = null;The field in JSON is "user-label", but Dropwizard use "userLabel" to parse it. How can I solve this problem? -- You received this message because you are subscribed to the Google Groups "dropwizard-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
