Package org.opentripplanner.api.model

Examples of org.opentripplanner.api.model.JSONObjectMapperProvider


            // Enable Jackson JSON response serialization
            new JacksonJsonProvider(),
            // Enable Jackson XML response serialization
            new JacksonXMLProvider(),
            // Serialize POJOs (unannotated) JSON using Jackson
            new JSONObjectMapperProvider(),
            // Allow injecting the OTP server object into Jersey resource classes
            server.makeBinder()
        );
    }
View Full Code Here

TOP

Related Classes of org.opentripplanner.api.model.JSONObjectMapperProvider

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.