| Package | Description |
|---|---|
| com.owlike.genson |
This package contains Genson base classes, to start
with have a look at
Genson. |
| com.owlike.genson.ext.jaxrs | |
| com.owlike.genson.reflect |
This package contains the core api providing databinding support for complex objects.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimePropertyFilter |
Genson.runtimePropertyFilter() |
| Modifier and Type | Method and Description |
|---|---|
GensonBuilder |
GensonBuilder.useRuntimePropertyFilter(RuntimePropertyFilter filter) |
| Constructor and Description |
|---|
Genson(Factory<Converter<?>> converterFactory,
BeanDescriptorProvider beanDescProvider,
boolean skipNull,
boolean htmlSafe,
Map<String,Class<?>> classAliases,
boolean withClassMetadata,
boolean strictDoubleParse,
boolean indent,
boolean withMetadata,
boolean failOnMissingProperty,
Map<Class<?>,Object> defaultValues,
RuntimePropertyFilter runtimePropertyFilter)
Instead of using this constructor you should use
GensonBuilder. |
| Modifier and Type | Class and Description |
|---|---|
class |
UrlQueryParamFilter
This class will include or exclude (depending on how it is configured) the properties during ser/de based on the
content of the query string.
|
| Modifier and Type | Field and Description |
|---|---|
static RuntimePropertyFilter |
RuntimePropertyFilter.noFilter |
Copyright © 2019. All rights reserved.