Package pl.matsuo.core.model.converter
Class AutowiringConverter<S,T>
java.lang.Object
pl.matsuo.core.model.converter.AutowiringConverter<S,T>
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<S,T>
- Direct Known Subclasses:
StringToTimeConverter
public abstract class AutowiringConverter<S,T> extends Object implements org.springframework.core.convert.converter.Converter<S,T>
-
Constructor Summary
Constructors Constructor Description AutowiringConverter() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.convert.converter.Converter
andThen, convert
-
Constructor Details
-
AutowiringConverter
public AutowiringConverter()
-