com.jpattern.orm.persistor.type.jdbc
Class InputStreamNullWrapper
java.lang.Object
com.jpattern.orm.persistor.type.jdbc.InputStreamNullWrapper
- All Implemented Interfaces:
- TypeWrapper<InputStream,InputStream>
public class InputStreamNullWrapper
- extends Object
- implements TypeWrapper<InputStream,InputStream>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputStreamNullWrapper
public InputStreamNullWrapper()
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.