Class PagingInfoReturnConverter

java.lang.Object
com.appiancorp.kougar.mapper.returns.AbstractReturnConverter
com.appiancorp.common.query.returns.PagingInfoReturnConverter
All Implemented Interfaces:
com.appiancorp.kougar.mapper.Converter, com.appiancorp.kougar.mapper.returns.FromDictionary, com.appiancorp.kougar.mapper.returns.FromNull, com.appiancorp.kougar.mapper.returns.ReturnConverter

public class PagingInfoReturnConverter extends com.appiancorp.kougar.mapper.returns.AbstractReturnConverter implements com.appiancorp.kougar.mapper.returns.FromNull, com.appiancorp.kougar.mapper.returns.FromDictionary
  • Field Summary

    Fields inherited from interface com.appiancorp.kougar.mapper.Converter

    NULL_DOUBLE, NULL_INT, NULL_INTEGER, NULL_INTEGER_LONG, NULL_STRING
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(Class c, com.appiancorp.kougar.mapper.returns.ReturnConversionMap m)
     
    convert(Class c, List l, com.appiancorp.kougar.mapper.returns.ReturnConversionMap m)
     
     

    Methods inherited from class com.appiancorp.kougar.mapper.returns.AbstractReturnConverter

    convert, findInList, getClassFromString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PagingInfoReturnConverter

      public PagingInfoReturnConverter()
  • Method Details

    • getConversionClass

      public Class getConversionClass()
      Specified by:
      getConversionClass in interface com.appiancorp.kougar.mapper.Converter
    • convert

      public Object convert(Class c, com.appiancorp.kougar.mapper.returns.ReturnConversionMap m) throws com.appiancorp.kougar.mapper.exceptions.ReturnException
      Specified by:
      convert in interface com.appiancorp.kougar.mapper.returns.FromNull
      Throws:
      com.appiancorp.kougar.mapper.exceptions.ReturnException
    • convert

      public Object convert(Class c, List l, com.appiancorp.kougar.mapper.returns.ReturnConversionMap m) throws com.appiancorp.kougar.mapper.exceptions.ReturnException
      Specified by:
      convert in interface com.appiancorp.kougar.mapper.returns.FromDictionary
      Throws:
      com.appiancorp.kougar.mapper.exceptions.ReturnException