| Package | Description |
|---|---|
| org.jeesy.classinfo.converter | |
| org.jeesy.classinfo.converter.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
ConverterManager
Storage of from/to string conversion setup
Can be created for particular area of functionality to convert from/to string on demand.
|
class |
DefaultConverter
Default converter what covers mostly all simple values like numbers, boolean, date, collections.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ConverterRegistry & ConversionService> |
DefaultConverter.registerBasicConverters(T manager) |
static <T extends ConverterRegistry & ConversionService> |
DefaultConverter.registerDefaultCollectionsConverters(T manager)
This method should be overriden
|
| Constructor and Description |
|---|
ConverterManager(ConversionService fallback) |
DefaultConverter(ConversionService fallback) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFallback |
| Modifier and Type | Field and Description |
|---|---|
protected ConversionService |
ChainableConversionService.fallback |
| Modifier and Type | Method and Description |
|---|---|
ConversionService |
ChainableConversionService.getFallback() |
| Modifier and Type | Method and Description |
|---|---|
static DefaultFallback |
DefaultFallback.newInstance(ConversionService conversionService) |
void |
CollectionConverter.setConversionService(ConversionService conversionService) |
| Constructor and Description |
|---|
BeanConverter(ConversionService conversionService) |
ChainableConversionService(ConversionService fallback) |
CollectionConverter(ConversionService conversionService,
Class<? extends Collection> defaultImplClass) |
DefaultFallback(ConversionService conversionService) |
Copyright © 2016. All rights reserved.