Package com.appiancorp.suiteapi.common
Class NamedTypedValueReturnConverter
java.lang.Object
com.appiancorp.kougar.mapper.returns.AbstractReturnConverter
com.appiancorp.suiteapi.common.NamedTypedValueReturnConverter
- 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:
TvReturnConverter
@Deprecated
public class NamedTypedValueReturnConverter
extends com.appiancorp.kougar.mapper.returns.AbstractReturnConverter
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) protected NamedTypedValue
convert
(com.appiancorp.kougar.mapper.returns.ReturnConversionMap m_, String name_, Object instanceType_, Object value_) Deprecated.Deprecated.Deprecated.Deprecated.Methods inherited from class com.appiancorp.kougar.mapper.returns.AbstractReturnConverter
convert, findInList, getClassFromString
-
Constructor Details
-
NamedTypedValueReturnConverter
public NamedTypedValueReturnConverter()Deprecated.
-
-
Method Details
-
getConversionClass
Deprecated.- Specified by:
getConversionClass
in interfacecom.appiancorp.kougar.mapper.Converter
-
convert
Deprecated.- Specified by:
convert
in interfacecom.appiancorp.kougar.mapper.returns.FromNull
-
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
- Throws:
com.appiancorp.kougar.mapper.exceptions.ReturnException
-
convert
protected NamedTypedValue convert(com.appiancorp.kougar.mapper.returns.ReturnConversionMap m_, String name_, Object instanceType_, Object value_) throws InvalidTypeException Deprecated.- Throws:
InvalidTypeException
-
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
-