Example usage for com.fasterxml.jackson.datatype.threetenbp ThreeTenModule ThreeTenModule

List of usage examples for com.fasterxml.jackson.datatype.threetenbp ThreeTenModule ThreeTenModule

Introduction

In this page you can find the example usage for com.fasterxml.jackson.datatype.threetenbp ThreeTenModule ThreeTenModule.

Prototype

public ThreeTenModule() 

Source Link

Usage

From source file:at.ac.univie.isc.asio.Web.java

@Bean
public ThreeTenModule threeTenModule() {
    return new ThreeTenModule();
}