Class TypedValueConverter

java.lang.Object
ch.tocco.nice2.netui.impl.dwr.AbstractMarshaller
ch.tocco.nice2.netui.impl.dwr.convert.TypedValueConverter
All Implemented Interfaces:
org.directwebremoting.extend.Converter

@Component public class TypedValueConverter extends AbstractMarshaller
  • Constructor Details

    • TypedValueConverter

      public TypedValueConverter(org.slf4j.Logger log, TypeManager typeManager)
  • Method Details

    • convertInbound

      public Object convertInbound(Class<?> paramType, org.directwebremoting.extend.InboundVariable data) throws org.directwebremoting.ConversionException
      Throws:
      org.directwebremoting.ConversionException
    • convertOutbound

      public org.directwebremoting.extend.OutboundVariable convertOutbound(Object data, org.directwebremoting.extend.OutboundContext outctx) throws org.directwebremoting.ConversionException
      Throws:
      org.directwebremoting.ConversionException
    • extractInboundTokens

      protected static Map<String,String> extractInboundTokens(Class<?> paramType, String value) throws org.directwebremoting.ConversionException
      Throws:
      org.directwebremoting.ConversionException