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. |
com.owlike.genson.reflect |
This package contains the core api providing databinding support for complex objects.
|
Modifier and Type | Method and Description |
---|---|
GensonBuilder |
GensonBuilder.withContextualFactory(ContextualFactory<?>... factories)
ContextualFactory is actually in a beta status, it will not be removed, but might be
refactored.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GensonBuilder.addDefaultContextualFactories(List<ContextualFactory<?>> factories) |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultConverters.DateContextualFactory |
static class |
DefaultConverters.PropertyConverterFactory |
Constructor and Description |
---|
ContextualConverterFactory(List<? extends ContextualFactory<?>> contextualFactories) |
Copyright © 2019. All rights reserved.