public class StringToCharArrayConverter extends Object implements StringConverter<char[]>
String to char[]COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY| Constructor and Description |
|---|
StringToCharArrayConverter() |
| Modifier and Type | Method and Description |
|---|---|
char[] |
convert(String source)
Convert the source-typed value to the target-typed value
|
int |
getPriority()
Get the priority
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, convertIfPossible, getConverter, getSourceType, getTargetTypecompareTopublic char[] convert(String source)
Converterpublic int getPriority()
PrioritizedgetPriority in interface PrioritizedPrioritized.NORMAL_PRIORITYCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.