com.raynigon.unit_api.jackson.UnitApiJacksonConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jackson-starter Show documentation
Show all versions of jackson-starter Show documentation
The jackson-starter is a part of the unit-api
package com.raynigon.unit_api.jackson;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
class UnitApiJacksonConfiguration {
@Bean
public UnitApiModule unitApiJacksonModule(){
return new UnitApiModule();
}
}