| Package | Description |
|---|---|
| at.yawk.dbus.databind | |
| at.yawk.dbus.databind.binder |
| Modifier and Type | Class and Description |
|---|---|
class |
DataBinder |
| Modifier and Type | Method and Description |
|---|---|
Binder<?> |
ArrayBinderFactory.getBinder(BinderFactoryContext ctx,
Type type) |
Binder<?> |
DictBinderFactory.getBinder(BinderFactoryContext ctx,
Type type) |
Binder<?> |
BinderFactory.getBinder(BinderFactoryContext ctx,
Type type) |
Binder<?> |
ObjectBinderFactory.getBinder(BinderFactoryContext ctx,
Type type) |
Binder<?> |
PrimitiveBinderFactory.getBinder(BinderFactoryContext ctx,
Type type) |
Binder<?> |
ArrayBinderFactory.getDefaultDecodeBinder(BinderFactoryContext ctx,
TypeDefinition typeDefinition) |
Binder<?> |
DictBinderFactory.getDefaultDecodeBinder(BinderFactoryContext ctx,
TypeDefinition typeDefinition) |
default Binder<?> |
BinderFactory.getDefaultDecodeBinder(BinderFactoryContext ctx,
TypeDefinition typeDefinition)
Get the default binder to use for the given type definition.
|
Binder<?> |
PrimitiveBinderFactory.getDefaultDecodeBinder(BinderFactoryContext ctx,
TypeDefinition typeDefinition) |
Binder<?> |
ArrayBinderFactory.getDefaultEncodeBinder(BinderFactoryContext ctx,
Type type) |
Binder<?> |
DictBinderFactory.getDefaultEncodeBinder(BinderFactoryContext ctx,
Type type) |
default Binder<?> |
BinderFactory.getDefaultEncodeBinder(BinderFactoryContext ctx,
Type type)
Get the default binder to use for the given type definition.
|
Copyright © 2017. All rights reserved.