Class CharacteristicConverter

  • All Implemented Interfaces:
    org.directwebremoting.extend.Converter, org.directwebremoting.extend.NamedConverter

    public class CharacteristicConverter
    extends org.directwebremoting.convert.BeanConverter
    Author:
    kelsey
    • Field Summary

      • Fields inherited from class org.directwebremoting.convert.BasicObjectConverter

        converterManager, exclusions, inclusions, instanceType, javascript
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Object convertInbound​(Class paramType, org.directwebremoting.extend.InboundVariable iv, org.directwebremoting.extend.InboundContext inctx)  
      • Methods inherited from class org.directwebremoting.convert.BeanConverter

        createTypeHintContext, getPropertyMapFromClass, getPropertyMapFromObject
      • Methods inherited from class org.directwebremoting.convert.BasicObjectConverter

        convertOutbound, extractInboundTokens, getConverterManager, getInstanceType, getJavascript, isAllowedByIncludeExcludeRules, setConverterManager, setExclude, setImplementation, setInclude, setInstanceType, setJavascript
      • Methods inherited from interface org.directwebremoting.extend.Converter

        convertOutbound, setConverterManager
    • Constructor Detail

      • CharacteristicConverter

        public CharacteristicConverter()
    • Method Detail

      • convertInbound

        public Object convertInbound​(Class paramType,
                                     org.directwebremoting.extend.InboundVariable iv,
                                     org.directwebremoting.extend.InboundContext inctx)
                              throws org.directwebremoting.extend.MarshallException
        Specified by:
        convertInbound in interface org.directwebremoting.extend.Converter
        Overrides:
        convertInbound in class org.directwebremoting.convert.BasicObjectConverter
        Throws:
        org.directwebremoting.extend.MarshallException