Class Oauth2AccessTokenConverter
- java.lang.Object
-
- de.hybris.platform.ycommercewebservices.conv.AbstractRedirectableConverter
-
- de.hybris.platform.ycommercewebservices.conv.Oauth2AccessTokenConverter
-
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter,com.thoughtworks.xstream.converters.ConverterMatcher,RedirectableConverter
public class Oauth2AccessTokenConverter extends AbstractRedirectableConverter
-
-
Constructor Summary
Constructors Constructor Description Oauth2AccessTokenConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanConvert(java.lang.Class type)protected java.lang.StringformattedValue(java.lang.String value)java.lang.ClassgetConvertedClass()voidmarshal(java.lang.Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writerOrig, com.thoughtworks.xstream.converters.MarshallingContext context)java.lang.Objectunmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)-
Methods inherited from class de.hybris.platform.ycommercewebservices.conv.AbstractRedirectableConverter
getTargetConverter, setTargetConverter
-
-
-
-
Method Detail
-
canConvert
public boolean canConvert(java.lang.Class type)
-
formattedValue
protected java.lang.String formattedValue(java.lang.String value)
-
marshal
public void marshal(java.lang.Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writerOrig, com.thoughtworks.xstream.converters.MarshallingContext context)
-
unmarshal
public java.lang.Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
-
getConvertedClass
public java.lang.Class getConvertedClass()
- Returns:
Classthat current converter is able to convert.
-
-