java.lang.Object
nl.vpro.configuration.spring.converters.StringToInstantConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,Instant>
public class StringToInstantConverter
extends Object
implements org.springframework.core.convert.converter.Converter<String,Instant>
- Since:
- 2.19
- Author:
- Michiel Meeuwissen
-
Constructor Summary
Constructors
-
Method Summary
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
-
Constructor Details
-
StringToInstantConverter
public StringToInstantConverter()
-
Method Details
-
convert
- Specified by:
convert
in interface org.springframework.core.convert.converter.Converter<String,Instant>