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 Link icon

    • PrimaryKeyConverter Link icon

      public PrimaryKeyConverter(org.slf4j.Logger log, TypeManager typeManager)
  • Method Details Link icon

    • convertInbound Link icon

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

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