Spring BlazeDS Integration

org.springframework.flex.core.io
Class HibernateProxyConverter

java.lang.Object
  extended by org.springframework.flex.core.io.HibernateProxyConverter
All Implemented Interfaces:
GenericConverter

public class HibernateProxyConverter
extends Object
implements GenericConverter

GenericConverter implementation that converts from HibernateProxy to Object and will either:

Author:
Jeremy Grelle

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.springframework.core.convert.converter.GenericConverter
GenericConverter.ConvertiblePair
 
Constructor Summary
HibernateProxyConverter()
           
 
Method Summary
 Object convert(Object source, TypeDescriptor sourceType, TypeDescriptor targetType)
          
 Set<GenericConverter.ConvertiblePair> getConvertibleTypes()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateProxyConverter

public HibernateProxyConverter()
Method Detail

convert

public Object convert(Object source,
                      TypeDescriptor sourceType,
                      TypeDescriptor targetType)

Specified by:
convert in interface GenericConverter

getConvertibleTypes

public Set<GenericConverter.ConvertiblePair> getConvertibleTypes()

Specified by:
getConvertibleTypes in interface GenericConverter

Spring BlazeDS Integration

Copyright © 2011. All Rights Reserved.