Package restx.jackson

Examples of restx.jackson.BsonJodaTimeModule


    public static final Name<Jongo> NAME = Name.of(Jongo.class, "Jongo");

    @Provides @Named("Mapper")
    public Mapper mapper() {
        return new JacksonMapper.Builder()
                        .registerModule(new BsonJodaTimeModule())
                        .withView(Views.Private.class)
                        .build();
    }
View Full Code Here

TOP

Related Classes of restx.jackson.BsonJodaTimeModule

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.