You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use Jackson to load a yaml configuration file, as a means to extract out some boilerplate CSV constants for a data import. The example puts the annotation on the builder methods and uses @JsonDeserialize(builder = ...), but the generated builder is annotation free.
The text was updated successfully, but these errors were encountered:
I am trying to use Jackson to load a yaml configuration file, as a means to extract out some boilerplate CSV constants for a data import. The example puts the annotation on the builder methods and uses
@JsonDeserialize(builder = ...)
, but the generated builder is annotation free.The text was updated successfully, but these errors were encountered: