public abstract class BasicTypeFormatter<T> extends Object implements ObjectFormatter<T>
Modifier and Type | Class and Description |
---|---|
static class |
BasicTypeFormatter.BooleanFormatter |
static class |
BasicTypeFormatter.ByteFormatter |
static class |
BasicTypeFormatter.CharactorFormatter |
static class |
BasicTypeFormatter.DoubleFormatter |
static class |
BasicTypeFormatter.FloatFormatter |
static class |
BasicTypeFormatter.IntegerFormatter |
static class |
BasicTypeFormatter.LongFormatter |
static class |
BasicTypeFormatter.ShortFormatter |
Modifier and Type | Field and Description |
---|---|
static List<Class<? extends ObjectFormatter>> |
basicTypeFormatters |
Constructor and Description |
---|
BasicTypeFormatter() |
Modifier and Type | Method and Description |
---|---|
static Class<?> |
detectBasicClass(Class<?> type) |
T |
format(String raw) |
protected abstract T |
formatTrimmed(String raw) |
void |
initParam(String[] extra) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clazz
public static final List<Class<? extends ObjectFormatter>> basicTypeFormatters
Copyright © 2017. All rights reserved.