Interface ResponsePostProcessor
- All Superinterfaces:
BiFunction<NCBOOutputModel,Map<String, String>, Void>
- All Known Subinterfaces:
ResponsePostProcessorRegistry
- All Known Implementing Classes:
NCBOProxyResponsePostProcessorRegistry
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface ResponsePostProcessor
extends BiFunction<NCBOOutputModel,Map<String,String>,Void>
Appends annotations to an existing Bioportal Annotation Model.
The annotations in question should be supported by the annotation model
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen
-
Method Details
-
apply
Perform the post-annotation- Specified by:
applyin interfaceBiFunction<NCBOOutputModel,Map<String, String>, Void> - Parameters:
outputModel- The output from the original REST APIparameters- Parameters for the post processing
-