Package com.facebook.presto.jdbc.internal.jackson.datatype.guava

Examples of com.facebook.presto.jdbc.internal.jackson.datatype.guava.GuavaModule


    private final Set<Module> modules = new HashSet<>();

    public ObjectMapperProvider()
    {
        // add modules for Guava and Joda
        modules.add(new GuavaModule());
        modules.add(new JodaModule());
    }
View Full Code Here

TOP

Related Classes of com.facebook.presto.jdbc.internal.jackson.datatype.guava.GuavaModule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.