Package | Description |
---|---|
com.owlike.genson.convert |
This package provides some default
Converter implementations and
the chained factory and converter decorator mechanisms. |
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 |
---|---|
Converter |
DefaultConverters.DateContextualFactory.create(BeanProperty property,
Genson genson) |
Converter<Object> |
DefaultConverters.PropertyConverterFactory.create(BeanProperty property,
Genson genson) |
Converter<T> |
ContextualFactory.create(BeanProperty property,
Genson genson)
Return an instance of a converter working with objects of type T based on property argument
or null.
|
Modifier and Type | Method and Description |
---|---|
boolean |
UrlQueryParamFilter.shouldInclude(BeanProperty property,
Context ctx) |
Modifier and Type | Class and Description |
---|---|
static class |
BeanCreator.BeanCreatorProperty |
class |
PropertyAccessor |
static class |
PropertyAccessor.FieldAccessor |
static class |
PropertyAccessor.MethodAccessor |
class |
PropertyMutator |
static class |
PropertyMutator.FieldMutator |
static class |
PropertyMutator.MethodMutator |
Modifier and Type | Method and Description |
---|---|
protected <T extends BeanProperty> |
BaseBeanDescriptorProvider._mostSpecificPropertyDeclaringClass(String name,
LinkedList<T> properties) |
protected <T extends BeanProperty> |
BaseBeanDescriptorProvider.update(T property,
Map<String,LinkedList<T>> map) |
Modifier and Type | Method and Description |
---|---|
boolean |
RuntimePropertyFilter.shouldInclude(BeanProperty property,
Context ctx) |
Copyright © 2019. All rights reserved.