Package org.bremersee.comparator
Class WellKnownTextConverter
- java.lang.Object
-
- org.bremersee.comparator.WellKnownTextConverter
-
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,ComparatorFields>
public class WellKnownTextConverter extends Object implements org.springframework.core.convert.converter.Converter<String,ComparatorFields>
The well known text converter.- Author:
- Christian Bremer
-
-
Constructor Summary
Constructors Constructor Description WellKnownTextConverter()Instantiates a new well known text converter.WellKnownTextConverter(WellKnownTextParser wellKnownTextParser)Instantiates a new well known text converter.
-
-
-
Constructor Detail
-
WellKnownTextConverter
public WellKnownTextConverter()
Instantiates a new well known text converter.
-
WellKnownTextConverter
public WellKnownTextConverter(WellKnownTextParser wellKnownTextParser)
Instantiates a new well known text converter.- Parameters:
wellKnownTextParser- the well known text parser
-
-
Method Detail
-
convert
public ComparatorFields convert(String source)
- Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<String,ComparatorFields>
-
-