public final class StringToIntArrayConverter extends Converter<int[]>
| Constructor and Description |
|---|
StringToIntArrayConverter() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
convert(String value)
Converts the supplied
value into an Object of the
appropriate type. |
equals, getType, hashCode, toStringpublic StringToIntArrayConverter()
Copyright © 2017–2019, microBean. All rights reserved.