Class PrimaryKeyConverter

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

@Component public class PrimaryKeyConverter extends AbstractMarshaller
  • Constructor Details

    • PrimaryKeyConverter

      public PrimaryKeyConverter(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