JsonProperty isn\'t overriding the default name jackson gets from the getter. If I serialize the class below with ObjectMapper and jackson I get
JsonProperty
ObjectMapper
Camel cases still seem to have issues even after defining proper annotations. Example:
@JsonProperty("mirrorport") private String mirrorPort;
Deserialization still fails when xml has YES
YES