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 Details

    • DefaultConverterOptions

      public DefaultConverterOptions()
  • Method Details

    • getZoneId

      public ZoneId getZoneId()
      Specified by:
      getZoneId in interface com.cedarsoftware.util.convert.ConverterOptions
    • getLocale

      public Locale getLocale()
      Specified by:
      getLocale in interface com.cedarsoftware.util.convert.ConverterOptions
    • getCharset

      public Charset getCharset()
      Specified by:
      getCharset in interface com.cedarsoftware.util.convert.ConverterOptions
    • getClassLoader

      public ClassLoader getClassLoader()
      Specified by:
      getClassLoader in interface com.cedarsoftware.util.convert.ConverterOptions
    • trueChar

      public Character trueChar()
      Specified by:
      trueChar in interface com.cedarsoftware.util.convert.ConverterOptions
    • falseChar

      public Character falseChar()
      Specified by:
      falseChar in interface com.cedarsoftware.util.convert.ConverterOptions
    • getConverterOverrides

      public Map<com.cedarsoftware.util.convert.Converter.ConversionPair,com.cedarsoftware.util.convert.Convert<?>> getConverterOverrides()
      Specified by:
      getConverterOverrides in interface com.cedarsoftware.util.convert.ConverterOptions
    • getCustomOption

      public <T> T getCustomOption(String name)
      Specified by:
      getCustomOption in interface com.cedarsoftware.util.convert.ConverterOptions