Package com.appiancorp.suiteapi.process
Class TvReturnConverter
java.lang.Object
com.appiancorp.kougar.mapper.returns.AbstractReturnConverter
com.appiancorp.suiteapi.common.NamedTypedValueReturnConverter
com.appiancorp.suiteapi.process.TvReturnConverter
- 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:
AcpsReturnConverter
,MappingReturnConverter
,PvReturnConverter
@Deprecated
public class TvReturnConverter
extends NamedTypedValueReturnConverter
implements com.appiancorp.kougar.mapper.returns.FromNull, com.appiancorp.kougar.mapper.returns.FromDictionary
Deprecated.
-
Field Summary
Fields inherited from interface com.appiancorp.kougar.mapper.Converter
NULL_DOUBLE, NULL_INTEGER, NULL_INTEGER_LONG, NULL_STRING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypedValue
convert
(com.appiancorp.kougar.mapper.returns.ReturnConversionMap m_, Long instanceType_, Object value) protected TypedValue
convert
(com.appiancorp.kougar.mapper.returns.ReturnConversionMap m_, Object instanceTypeObject_, Object value) Deprecated.Deprecated.Deprecated.Methods inherited from class com.appiancorp.suiteapi.common.NamedTypedValueReturnConverter
convert
Methods inherited from class com.appiancorp.kougar.mapper.returns.AbstractReturnConverter
convert, findInList, getClassFromString
-
Constructor Details
-
TvReturnConverter
public TvReturnConverter()Deprecated.
-
-
Method Details
-
getConversionClass
Deprecated.- Specified by:
getConversionClass
in interfacecom.appiancorp.kougar.mapper.Converter
- Overrides:
getConversionClass
in classNamedTypedValueReturnConverter
-
convert
Deprecated.- Specified by:
convert
in interfacecom.appiancorp.kougar.mapper.returns.FromNull
- Overrides:
convert
in classNamedTypedValueReturnConverter
-
convert
public Object convert(Class d_, List l_, com.appiancorp.kougar.mapper.returns.ReturnConversionMap m_) throws com.appiancorp.kougar.mapper.exceptions.ReturnException Deprecated.- Specified by:
convert
in interfacecom.appiancorp.kougar.mapper.returns.FromDictionary
- Overrides:
convert
in classNamedTypedValueReturnConverter
- 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
-