java.lang.Object
tech.jhipster.domain.util.JSR310DateConverters.DateToLocalDateConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<Date ,LocalDate >
Enclosing class:
JSR310DateConverters
public static class JSR310DateConverters.DateToLocalDateConverter
extends Object
implements org.springframework.core.convert.converter.Converter<Date ,LocalDate >
Method Summary
All Methods Instance Methods Concrete Methods
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Methods inherited from interface org.springframework.core.convert.converter.Converter
andThen
Method Details
convert
Specified by:
convert in interface org.springframework.core.convert.converter.Converter<Date ,LocalDate >