Package | Description |
---|---|
de.gwdg.metadataqa.api.calculator |
Calculator implementations.
|
de.gwdg.metadataqa.api.json |
JSON handling classes.
|
de.gwdg.metadataqa.api.model |
Data objects.
|
de.gwdg.metadataqa.api.model.pathcache |
Path cache.
|
de.gwdg.metadataqa.api.util |
Utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
CompletenessCalculator<T extends XmlFieldInstance> |
Modifier and Type | Field and Description |
---|---|
protected PathCache<? extends XmlFieldInstance> |
CalculatorFacade.cache |
Modifier and Type | Method and Description |
---|---|
<T extends XmlFieldInstance> |
SkippedEntryChecker.extractId(T value) |
protected <T extends XmlFieldInstance> |
CalculatorFacade.measureWithGenerics(String content)
The generic version of measure.
|
protected <T extends XmlFieldInstance> |
CalculatorFacade.measureWithGenerics(String content,
Class outputClass) |
Modifier and Type | Method and Description |
---|---|
PathCache<? extends XmlFieldInstance> |
CalculatorFacade.getCache() |
Modifier and Type | Method and Description |
---|---|
static List<? extends XmlFieldInstance> |
JsonUtils.extractFieldInstanceList(Object value,
String recordId,
String jsonPath) |
Modifier and Type | Class and Description |
---|---|
class |
EdmFieldInstance |
Modifier and Type | Method and Description |
---|---|
static PathCache<? extends XmlFieldInstance> |
PathCacheFactory.getInstance(Format format,
String content) |
Modifier and Type | Class and Description |
---|---|
class |
CsvPathCache<T extends XmlFieldInstance> |
class |
JsonPathCache<T extends XmlFieldInstance> |
interface |
PathCache<T extends XmlFieldInstance> |
class |
XmlPathCache<T extends XmlFieldInstance> |
Modifier and Type | Class and Description |
---|---|
class |
SkippedEntitySelector<T extends XmlFieldInstance> |
Copyright © 2020. All rights reserved.