Class JacksonCompat

java.lang.Object
org.springframework.vault.support.JacksonCompat

public abstract class JacksonCompat extends Object
Compatibility layer for Jackson 2 and Jackson 3. This class auto-detects whether Jackson 3 or Jackson 2 are available prefering Jackson 3. Note that Jackson 2 support will be removed in future versions.

This class is intened for internal use only and will be removed in future versions.

Since:
4.0
Author:
Mark Paluch