public class PrimitiveBinderFactory 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultEncodeBinderpublic Binder<?> getBinder(BinderFactoryContext ctx, Type type)
getBinder 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.