public class NumberArrayStringConverter extends Object implements AttributeConverter<Number[],String[]>
| Constructor and Description |
|---|
NumberArrayStringConverter(Class<? extends Number> numberClass) |
| Modifier and Type | Method and Description |
|---|---|
Number[] |
toEntityAttribute(String[] stringValues) |
String[] |
toGraphProperty(Number[] value) |
public String[] toGraphProperty(Number[] value)
toGraphProperty in interface AttributeConverter<Number[],String[]>public Number[] toEntityAttribute(String[] stringValues)
toEntityAttribute in interface AttributeConverter<Number[],String[]>Copyright © 2018 Neo Technology, Inc.. All rights reserved.