org.springframework.datastore.keyvalue.convert
Class ByteArrayAwareTypeConverter

java.lang.Object
  extended by org.springframework.beans.PropertyEditorRegistrySupport
      extended by org.springframework.beans.SimpleTypeConverter
          extended by org.springframework.datastore.keyvalue.convert.ByteArrayAwareTypeConverter
All Implemented Interfaces:
org.springframework.beans.PropertyEditorRegistry, org.springframework.beans.TypeConverter

public class ByteArrayAwareTypeConverter
extends org.springframework.beans.SimpleTypeConverter

Type converter that can convert byte[] values


Constructor Summary
ByteArrayAwareTypeConverter()
           
 
Method Summary
 
Methods inherited from class org.springframework.beans.SimpleTypeConverter
convertIfNecessary, convertIfNecessary
 
Methods inherited from class org.springframework.beans.PropertyEditorRegistrySupport
copyCustomEditorsTo, copyDefaultEditorsTo, findCustomEditor, getConversionService, getDefaultEditor, getPropertyType, guessPropertyTypeFromEditors, hasCustomEditorForElement, isSharedEditor, overrideDefaultEditor, registerCustomEditor, registerCustomEditor, registerDefaultEditors, registerSharedEditor, setConversionService, useConfigValueEditors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayAwareTypeConverter

public ByteArrayAwareTypeConverter()