| Package | Description |
|---|---|
| org.n52.youngs.transform | |
| org.n52.youngs.transform.impl |
| Modifier and Type | Method and Description |
|---|---|
MappingEntry |
MappingConfiguration.getEntry(String name) |
| Modifier and Type | Method and Description |
|---|---|
default List<MappingEntry> |
MappingEntry.getChildren() |
Collection<MappingEntry> |
MappingConfiguration.getEntries() |
| Modifier and Type | Class and Description |
|---|---|
class |
MappingEntryImpl |
| Modifier and Type | Field and Description |
|---|---|
(package private) List<MappingEntry> |
YamlMappingConfiguration.entries |
| Modifier and Type | Method and Description |
|---|---|
MappingEntry |
YamlMappingConfiguration.getEntry(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<MappingEntry> |
MappingEntryImpl.getChildren() |
Collection<MappingEntry> |
YamlMappingConfiguration.getEntries() |
| Modifier and Type | Method and Description |
|---|---|
Optional<EntryMapper.EvalResult> |
EntryMapper.mapEntry(MappingEntry entry,
Node node) |
String |
EntryMapper.mapRawEntry(MappingEntry entry,
Node node) |
| Constructor and Description |
|---|
MappingEntryImpl(String fieldName,
XPathExpression xPath,
Map<String,Object> indexProperties,
boolean identifier,
boolean location,
boolean rawXml,
XPathExpression condition,
List<MappingEntry> children) |
MappingEntryImpl(String fieldName,
XPathExpression xPath,
Map<String,Object> indexProperties,
boolean identifier,
boolean location,
boolean rawXml,
XPathExpression condition,
List<MappingEntry> children,
Map<String,Object> suggest) |
Copyright © 2015–2017 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.