public class DictBinderFactory extends Object implements BinderFactory
| Modifier and Type | Method and Description |
|---|---|
Binder<?> |
getBinder(BinderFactoryContext ctx,
Type type) |
Binder<?> |
getDefaultDecodeBinder(BinderFactoryContext ctx,
TypeDefinition typeDefinition)
Get the default binder to use for the given type definition.
|
Binder<?> |
getDefaultEncodeBinder(BinderFactoryContext ctx,
Type type)
Get the default binder to use for the given type definition.
|
@Nullable public Binder<?> getBinder(BinderFactoryContext ctx, Type type)
getBinder in interface BinderFactory@Nullable public Binder<?> getDefaultEncodeBinder(BinderFactoryContext ctx, Type type)
BinderFactoryIterable, this might return an ArrayObject binder. This binder only has
to support encoding.getDefaultEncodeBinder in interface BinderFactory@Nullable public Binder<?> getDefaultDecodeBinder(BinderFactoryContext ctx, TypeDefinition typeDefinition)
BinderFactoryList<Object> binder. This binder only has to support decoding.getDefaultDecodeBinder in interface BinderFactoryCopyright © 2017. All rights reserved.