|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.context.exe.converter.BytesToByteArrayConverter
public class BytesToByteArrayConverter
| Constructor Summary | |
|---|---|
BytesToByteArrayConverter()
|
|
| Method Summary | |
|---|---|
ByteArray |
convert(byte[] o)
converts a given object to its persistable format. |
byte[] |
revert(ByteArray o)
reverts a persisted object to its original form. |
boolean |
supports(java.lang.Object value)
is true if this converter supports the given type, false otherwise. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BytesToByteArrayConverter()
| Method Detail |
|---|
public boolean supports(java.lang.Object value)
Converter
supports in interface Converter<byte[],ByteArray>public ByteArray convert(byte[] o)
Converter
convert in interface Converter<byte[],ByteArray>public byte[] revert(ByteArray o)
Converter
revert in interface Converter<byte[],ByteArray>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||