public static class ParserUtils.TypeFinder extends Object implements ParserUtils.TypeVisitor
Modifier and Type | Field and Description |
---|---|
TypeDescription |
current |
Constructor and Description |
---|
TypeFinder(TypeDescription schema) |
Modifier and Type | Method and Description |
---|---|
void |
visit(TypeDescription type,
int posn)
As we navigate to the column, call this on each level
|
public TypeDescription current
public TypeFinder(TypeDescription schema)
public void visit(TypeDescription type, int posn)
ParserUtils.TypeVisitor
visit
in interface ParserUtils.TypeVisitor
type
- new level we are moving toposn
- the position relative to the parentCopyright © 2013–2022 The Apache Software Foundation. All rights reserved.