Package com.jidesoft.converter
Class StringConverter
java.lang.Object
com.jidesoft.converter.DefaultObjectConverter
com.jidesoft.converter.StringConverter
- All Implemented Interfaces:
ObjectConverter
Converter which converts String to String and converts it back.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic ConverterContext
ConverterContext if the String is a file name.static ConverterContext
ConverterContext if the String is a multiple line text. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jidesoft.converter.DefaultObjectConverter
fromString, supportFromString, supportToString, toString
-
Field Details
-
CONTEXT_FILENAME
ConverterContext if the String is a file name. -
CONTEXT_MULTILINE
ConverterContext if the String is a multiple line text.
-
-
Constructor Details
-
StringConverter
public StringConverter()
-