| Modifier and Type | Class and Description |
|---|---|
class |
CodegenModule
CodegenModule provides a module general serialization
|
| Modifier and Type | Method and Description |
|---|---|
<T> AbstractModule |
AbstractModule.bind(Class<T> clazz) |
<T> AbstractModule |
AbstractModule.bind(Class<T> iface,
Class<? extends T> implementation) |
<T> AbstractModule |
AbstractModule.bind(Class<T> iface,
T implementation) |
<T> AbstractModule |
AbstractModule.bind(String name,
Class<? extends T> implementation) |
<T> AbstractModule |
AbstractModule.bind(String name,
T implementation) |
<T> AbstractModule |
AbstractModule.bindInstance(String name,
Class<? extends T> implementation) |
Copyright © 2007–2014 Mysema Ltd. All rights reserved.