Package org.bremersee.comparator
Class WellKnownTextParser.Impl
- java.lang.Object
-
- org.bremersee.comparator.WellKnownTextParser.Impl
-
- All Implemented Interfaces:
WellKnownTextParser
- Enclosing interface:
- WellKnownTextParser
public static class WellKnownTextParser.Impl extends Object implements WellKnownTextParser
An implementation.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.bremersee.comparator.WellKnownTextParser
WellKnownTextParser.Impl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Comparatorapply(ComparatorField comparatorField)Creates the comparator for the given field.WellKnownTextPropertiesgetProperties()Gets properties.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bremersee.comparator.WellKnownTextParser
buildComparatorField, buildComparatorFields, parse
-
-
-
-
Method Detail
-
getProperties
public WellKnownTextProperties getProperties()
Description copied from interface:WellKnownTextParserGets properties.- Specified by:
getPropertiesin interfaceWellKnownTextParser- Returns:
- the properties
-
apply
public Comparator apply(ComparatorField comparatorField)
Description copied from interface:WellKnownTextParserCreates the comparator for the given field.- Specified by:
applyin interfaceWellKnownTextParser- Parameters:
comparatorField- the comparator field- Returns:
- the comparator
-
-