Class SettingsContext

    • Constructor Detail

      • SettingsContext

        public SettingsContext​(Context context,
                               java.util.Map<java.lang.String,​java.lang.Class<?>> typeMap)
    • Method Detail

      • getCustomTypeMap

        public java.util.Map<java.lang.String,​java.lang.Class<?>> getCustomTypeMap()
        Specified by:
        getCustomTypeMap in interface Context
      • setSetting

        public <T> void setSetting​(Setting<T> setting,
                                   T value)
      • getRegistry

        public Registry getRegistry()
      • getTimeZone

        public java.util.TimeZone getTimeZone()
      • getTimeZoneId

        public java.time.ZoneId getTimeZoneId()
      • getCharset

        public java.nio.charset.Charset getCharset()
      • getServerInfo

        public ServerInfo getServerInfo()
      • getIntegerFormatter

        public java.text.NumberFormat getIntegerFormatter()
      • getDecimalFormatter

        public java.text.DecimalFormat getDecimalFormatter()
      • getCurrencyFormatter

        public java.text.DecimalFormat getCurrencyFormatter()
      • getAllocator

        public io.netty.buffer.ByteBufAllocator getAllocator()