public interface BinderFactoryContext
| Modifier and Type | Method and Description |
|---|---|
Binder<?> |
getBinder(Type type)
Get a binder that may encode and decode the given type.
|
Binder<?> |
getDefaultDecodeBinder(TypeDefinition typeDefinition)
Get a binder that may decode (not necessarily encode to!) the given type.
|
Binder<?> |
getDefaultEncodeBinder(Type type)
Get a binder that may encode (not necessarily decode to!) the given type.
|
Binder<?> getDefaultEncodeBinder(Type type)
Binder<?> getDefaultDecodeBinder(TypeDefinition typeDefinition)
Copyright © 2017. All rights reserved.