@AutoService(value=io.virtdata.api.DataMapperLibrary.class) public class CDistMappedLibrary extends Object implements DataMapperLibrary
| Constructor and Description |
|---|
CDistMappedLibrary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canParseSpec(String spec) |
List<String> |
getDataMapperNames() |
String |
getLibraryName() |
Optional<ResolvedFunction> |
resolveFunction(String spec) |
List<ResolvedFunction> |
resolveFunctions(String spec) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDataMapperpublic String getLibraryName()
getLibraryName in interface DataMapperLibrarypublic List<ResolvedFunction> resolveFunctions(String spec)
resolveFunctions in interface DataMapperLibrarypublic List<String> getDataMapperNames()
getDataMapperNames in interface DataMapperLibrarypublic boolean canParseSpec(String spec)
canParseSpec in interface DataMapperLibrarypublic Optional<ResolvedFunction> resolveFunction(String spec)
resolveFunction in interface DataMapperLibraryCopyright © 2017. All rights reserved.