Package | Description |
---|---|
com.glyart.mystral.data |
Contains classes for: auto object mappings, better data management and type conversions.
|
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.
|
static <S> @NotNull ClassMapper<S> |
ClassMapper.of(Class<S> type) |
ClassMapper<T> |
ClassMapper.setDefaultNullValueForPrimitives(boolean defaultNullValueForPrimitives)
Set whether we're defaulting Java primitives in the case of mapping a null value from corresponding database fields.
|
Copyright © 2021. All rights reserved.