public interface IJsonTypeVisitor<O,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
O |
visitArray() |
O |
visitBoolean() |
O |
visitCharacter() |
O |
visitNull() |
O |
visitNumber() |
O |
visitObject() |
O |
visitString() |
Copyright © 2007–2017 Andreas Bartels. All rights reserved.