| Package | Description |
|---|---|
| io.rouz.flo.processor |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,List<Binding>> |
TaskBindingProcessor.bindingsByPackage |
| Modifier and Type | Method and Description |
|---|---|
(package private) static Binding |
Binding.create(ExecutableElement method,
TypeElement enclosingClass,
TypeMirror returnType,
Name name,
List<Binding.Argument> arguments) |
| Modifier and Type | Method and Description |
|---|---|
private Optional<Binding> |
TaskBindingProcessor.createBinding(ExecutableElement method) |
| Modifier and Type | Method and Description |
|---|---|
private void |
TaskBindingProcessor.collectBinding(Binding binding) |
private com.squareup.javapoet.TypeSpec |
CodeGen.taskConstructor(Binding binding) |
| Modifier and Type | Method and Description |
|---|---|
(package private) com.squareup.javapoet.JavaFile |
CodeGen.bindingFactory(List<Binding> bindings) |
(package private) PackageElement |
ProcessorUtil.commonPackage(List<Binding> bindings) |
Copyright © 2017. All Rights Reserved.