Class PvInstancesReturnConverter

java.lang.Object
com.appiancorp.kougar.mapper.returns.AbstractReturnConverter
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 PvInstancesReturnConverter extends PvReturnConverter
Deprecated.
  • Constructor Details

    • PvInstancesReturnConverter

      public PvInstancesReturnConverter()
      Deprecated.
  • Method Details

    • convert

      public Object convert(Class c_, List l_, com.appiancorp.kougar.mapper.returns.ReturnConversionMap m_) throws com.appiancorp.kougar.mapper.exceptions.ReturnException
      Deprecated.
      Description copied from class: PvReturnConverter
      convert method if list is provided
      Specified by:
      convert in interface com.appiancorp.kougar.mapper.returns.FromDictionary
      Overrides:
      convert in class PvReturnConverter
      Throws:
      com.appiancorp.kougar.mapper.exceptions.ReturnException
    • getConversionClass

      public Class getConversionClass()
      Deprecated.
      Description copied from class: PvReturnConverter
      provides the Converter with the conversion class type
      Specified by:
      getConversionClass in interface com.appiancorp.kougar.mapper.Converter
      Overrides:
      getConversionClass in class PvReturnConverter
    • convert

      protected TypedValue convert(com.appiancorp.kougar.mapper.returns.ReturnConversionMap m_, Object instanceTypeObject_, Object value) throws InvalidTypeException
      Throws:
      InvalidTypeException
    • convert

      protected TypedValue convert(com.appiancorp.kougar.mapper.returns.ReturnConversionMap m_, Long instanceType_, Object value) throws InvalidTypeException
      Throws:
      InvalidTypeException