Class AcpsReturnConverter

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
Direct Known Subclasses:
AcpReturnConverter

public class AcpsReturnConverter extends TvReturnConverter implements com.appiancorp.kougar.mapper.returns.FromNull, com.appiancorp.kougar.mapper.returns.FromDictionary
Deprecated.
Return converter for ActivityClassParameterSchema.
  • Constructor Details

    • AcpsReturnConverter

      public AcpsReturnConverter()
      Deprecated.
  • Method Details

    • getConversionClass

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

      public Object convert(Class d, com.appiancorp.kougar.mapper.returns.ReturnConversionMap m)
      Deprecated.
      convert method if no list is provided
      Specified by:
      convert in interface com.appiancorp.kougar.mapper.returns.FromNull
      Overrides:
      convert in class TvReturnConverter
    • setAcpsAttributes

      protected static void setAcpsAttributes(ActivityClassParameterSchema acps_, Map attributes_)
      Deprecated.
    • convert

      public Object convert(Class d, List l, com.appiancorp.kougar.mapper.returns.ReturnConversionMap m) throws com.appiancorp.kougar.mapper.exceptions.ReturnException
      Deprecated.
      convert method if list is provided
      Specified by:
      convert in interface com.appiancorp.kougar.mapper.returns.FromDictionary
      Overrides:
      convert in class TvReturnConverter
      Throws:
      com.appiancorp.kougar.mapper.exceptions.ReturnException
    • 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