Package com.cedarsoftware.io
Class WriteOptionsBuilder.DefaultConverterOptions
java.lang.Object
com.cedarsoftware.io.WriteOptionsBuilder.DefaultConverterOptions
- All Implemented Interfaces:
com.cedarsoftware.util.convert.ConverterOptions
- Enclosing class:
- WriteOptionsBuilder
public static class WriteOptionsBuilder.DefaultConverterOptions
extends Object
implements com.cedarsoftware.util.convert.ConverterOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap<com.cedarsoftware.util.convert.Converter.ConversionPair,
com.cedarsoftware.util.convert.Convert<?>> <T> T
getCustomOption
(String name) trueChar()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.cedarsoftware.util.convert.ConverterOptions
getCustomOptions, getTimeZone
-
Constructor Details
-
DefaultConverterOptions
public DefaultConverterOptions()
-
-
Method Details
-
getZoneId
- Specified by:
getZoneId
in interfacecom.cedarsoftware.util.convert.ConverterOptions
-
getLocale
- Specified by:
getLocale
in interfacecom.cedarsoftware.util.convert.ConverterOptions
-
getCharset
- Specified by:
getCharset
in interfacecom.cedarsoftware.util.convert.ConverterOptions
-
getClassLoader
- Specified by:
getClassLoader
in interfacecom.cedarsoftware.util.convert.ConverterOptions
-
trueChar
- Specified by:
trueChar
in interfacecom.cedarsoftware.util.convert.ConverterOptions
-
falseChar
- Specified by:
falseChar
in interfacecom.cedarsoftware.util.convert.ConverterOptions
-
getConverterOverrides
public Map<com.cedarsoftware.util.convert.Converter.ConversionPair,com.cedarsoftware.util.convert.Convert<?>> getConverterOverrides()- Specified by:
getConverterOverrides
in interfacecom.cedarsoftware.util.convert.ConverterOptions
-
getCustomOption
- Specified by:
getCustomOption
in interfacecom.cedarsoftware.util.convert.ConverterOptions
-