Class DefaultLocalFunctionRegistry

java.lang.Object
io.micronaut.function.DefaultLocalFunctionRegistry
All Implemented Interfaces:
AnnotationProcessor<FunctionBean,ExecutableMethod<?,?>>, ExecutableMethodProcessor<FunctionBean>, LocalFunctionRegistry, MediaTypeCodecRegistry

@Singleton public class DefaultLocalFunctionRegistry extends Object implements ExecutableMethodProcessor<FunctionBean>, LocalFunctionRegistry, MediaTypeCodecRegistry

Default implementation of the LocalFunctionRegistry interface

.
Since:
1.0
Author:
Graeme Rocher