public abstract class YamlParseHandler extends Object
RootParser subclass for the
"entrypoint" for parsing a YamlObject into GeoTools-style objects.| Constructor and Description |
|---|
YamlParseHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
handle(YamlObject<?> obj,
YamlParseContext context)
Handle parsing the provided
YamlObject in the given YamlParseContext. |
public abstract void handle(YamlObject<?> obj, YamlParseContext context)
YamlObject in the given YamlParseContext.Copyright © 1996–2019 Geotools. All rights reserved.