K
- - The type of object that gets built by the builderV
- - The type of object that the builder requires to build the object frompublic interface RetrievalBuilder<K,V>
Modifier and Type | Method and Description |
---|---|
K |
build(V buildFrom,
SdmxBeanRetrievalManager sdmxBeanRetrievalManager)
Builds an object of type
|
K build(V buildFrom, SdmxBeanRetrievalManager sdmxBeanRetrievalManager) throws SdmxException
buildFrom
- An Object to build the output object fromsdmxBeanRetrievalManager
- to use to build bean referencesSdmxException
- - If anything goes wrong during the build process