Package | Description |
---|---|
com.owlike.genson |
This package contains Genson base classes, to start
with have a look at
Genson . |
com.owlike.genson.convert |
This package provides some default
Converter implementations and
the chained factory and converter decorator mechanisms. |
Modifier and Type | Method and Description |
---|---|
GensonBuilder |
GensonBuilder.withConverterFactory(ChainedFactory chainedFactory)
A ChainedFactory provides a way to use custom Converters that have access to the default Converters.
|
Modifier and Type | Class and Description |
---|---|
static class |
BeanViewConverter.BeanViewConverterFactory |
class |
CircularClassReferenceConverterFactory
ChainedFactory that handles circular class references.
|
static class |
ClassMetadataConverter.ClassMetadataConverterFactory |
class |
NullConverterFactory
The default implementation handles null values by returning the predefined default value if any or null during
deserialization and by calling writer.writeNull() during serialization.
|
static class |
RuntimeTypeConverter.RuntimeTypeConverterFactory |
Copyright © 2019. All rights reserved.