public class ByteArrayBase64Converter extends Object implements AttributeConverter<byte[],String>
| Constructor and Description |
|---|
ByteArrayBase64Converter() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
toEntityAttribute(String value) |
String |
toGraphProperty(byte[] value) |
public String toGraphProperty(byte[] value)
toGraphProperty in interface AttributeConverter<byte[],String>public byte[] toEntityAttribute(String value)
toEntityAttribute in interface AttributeConverter<byte[],String>Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.