Deserialize

Specify the implementation to use for an interface.

@JsonDeserialize(as = CarImpl.class)
public interface Car

Last updated