All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dslplatform.json.ConfigureJodaTime Maven / Gradle / Ivy

There is a newer version: 1.10.0
Show newest version
package com.dslplatform.json;

import dsl_json.org.joda.time.*;

public class ConfigureJodaTime implements Configuration {
	@Override
	public void configure(DslJson json) {
		new LocalDateDslJsonConverter().configure(json);
		new DateTimeDslJsonConverter().configure(json);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy