com.jpattern.orm.persistor.type.jdbc
Class InputStreamNullWrapper

java.lang.Object
  extended by com.jpattern.orm.persistor.type.jdbc.InputStreamNullWrapper
All Implemented Interfaces:
TypeWrapper<InputStream,InputStream>

public class InputStreamNullWrapper
extends Object
implements TypeWrapper<InputStream,InputStream>


Constructor Summary
InputStreamNullWrapper()
           
 
Method Summary
 InputStream clone(InputStream source)
          Return a new instance equivalent to the source
 Class<InputStream> jdbcType()
           
 Class<InputStream> propertyType()
           
 InputStream unWrap(InputStream value)
           
 InputStream wrap(InputStream value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputStreamNullWrapper

public InputStreamNullWrapper()
Method Detail

jdbcType

public Class<InputStream> jdbcType()
Specified by:
jdbcType in interface TypeWrapper<InputStream,InputStream>

propertyType

public Class<InputStream> propertyType()
Specified by:
propertyType in interface TypeWrapper<InputStream,InputStream>

wrap

public InputStream wrap(InputStream value)
Specified by:
wrap in interface TypeWrapper<InputStream,InputStream>

unWrap

public InputStream unWrap(InputStream value)
Specified by:
unWrap in interface TypeWrapper<InputStream,InputStream>

clone

public InputStream clone(InputStream source)
Description copied from interface: TypeWrapper
Return a new instance equivalent to the source

Specified by:
clone in interface TypeWrapper<InputStream,InputStream>
Returns:


Copyright © 2013. All Rights Reserved.