Package | Description |
---|---|
com.glyart.mystral.data |
Contains classes for: auto object mappings, better data management and type conversions.
|
com.glyart.mystral.data.support |
Contains implementations for fast type conversions.
|
Modifier and Type | Field and Description |
---|---|
protected static Map<Class<Converter<Object,Object>>,Converter<Object,Object>> |
ClassMapper.converterMap |
protected static Map<Class<Converter<Object,Object>>,Converter<Object,Object>> |
ClassMapper.converterMap |
Modifier and Type | Method and Description |
---|---|
protected @Nullable Converter<Object,Object> |
ClassMapper.retrieveConverter(Method method) |
Modifier and Type | Method and Description |
---|---|
<S,R> ClassMapper<T> |
ClassMapper.addConverter(Converter<S,R> converter)
Adds a new converter for this (and future ones) ClassMapper instance.
|
Modifier and Type | Class and Description |
---|---|
class |
StringToUUID
A converter which converts string to UUIDs.
|
Copyright © 2021. All rights reserved.