public abstract class Converter extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Converter() |
protected |
Converter(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
convert(Collection<String> args) |
protected Class<?> |
getType() |
protected String |
getValue(Collection<String> args,
boolean isTrim) |
protected static void |
isEqual(Class<?> base,
Class<?> type) |
abstract boolean |
isSupported(Class<?> type) |
static Converter |
of(Class<?> type) |
protected Converter()
protected Converter(Class<?> type)
protected String getValue(Collection<String> args, boolean isTrim)
protected Class<?> getType()
public abstract Object convert(Collection<String> args)
public abstract boolean isSupported(Class<?> type)
Copyright © 2023. All rights reserved.