public class DslParser extends Object implements DslAnnotationProcessorPlugin
| Modifier and Type | Class and Description |
|---|---|
static class |
DslParser.Factory |
| Constructor and Description |
|---|
DslParser(ModelFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
State |
annotation(State state,
AnnotationMirror annotation) |
boolean |
isFor(Element element) |
InterfaceModel |
process(Element element,
Dsl dsl) |
public DslParser(ModelFactory factory)
public boolean isFor(Element element)
isFor in interface DslAnnotationProcessorPluginpublic InterfaceModel process(Element element, Dsl dsl)
process in interface DslAnnotationProcessorPluginpublic State annotation(State state, AnnotationMirror annotation)
Copyright © 2020. All rights reserved.