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