org.springframework.security.oauth.examples.tonr.converter
Class AccessTokenRequestConverter
java.lang.Object
org.springframework.security.oauth.examples.tonr.converter.AccessTokenRequestConverter
- All Implemented Interfaces:
- org.springframework.core.convert.converter.GenericConverter
public class AccessTokenRequestConverter
- extends Object
- implements org.springframework.core.convert.converter.GenericConverter
- Author:
- Dave Syer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessTokenRequestConverter
public AccessTokenRequestConverter()
getConvertibleTypes
public Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> getConvertibleTypes()
- Specified by:
getConvertibleTypes in interface org.springframework.core.convert.converter.GenericConverter
convert
public Object convert(Object source,
org.springframework.core.convert.TypeDescriptor sourceType,
org.springframework.core.convert.TypeDescriptor targetType)
- Specified by:
convert in interface org.springframework.core.convert.converter.GenericConverter
Copyright © 2012. All Rights Reserved.