public abstract class AbstractFormatter<T> extends Object implements Formatter<T>
| Constructor and Description | 
|---|
| AbstractFormatter() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static ParseException | parseError(Object value,
          Class<?> klass) | 
| protected static ParseException | parseError(Object value,
          Class<?> klass,
          Exception e) | 
| protected static int | parseHexInt(Number val) | 
| protected static int | parseHexInt(String val,
           Class<?> klass) | 
protected static int parseHexInt(@Nonnull String val, @Nonnull Class<?> klass) throws ParseException
ParseExceptionprotected static ParseException parseError(@Nullable Object value, @Nonnull Class<?> klass) throws ParseException
ParseExceptionprotected static ParseException parseError(@Nullable Object value, @Nonnull Class<?> klass, @Nonnull Exception e) throws ParseException
ParseException