public interface TypeConverter
| Modifier and Type | Method and Description |
|---|---|
TypeConverter |
copy(Class<?> type) |
byte[] |
from(Object value,
int length,
int decimals,
boolean addPadding) |
void |
initialize(TypeConverterConfig config) |
Object |
to(byte[] bytes,
int offset,
int length,
int decimals,
boolean removePadding) |
void |
validate(Class<?> type,
int size,
int decimals) |
void initialize(TypeConverterConfig config)
void validate(Class<?> type, int size, int decimals)
TypeConverter copy(Class<?> type) throws IllegalAccessException, InstantiationException
Object to(byte[] bytes, int offset, int length, int decimals, boolean removePadding)
byte[] from(Object value, int length, int decimals, boolean addPadding)
Copyright © 2016. All rights reserved.