Add "wrapper" type methods to FunctionInspector
These can be used to more reliably discover whether the user has declared a function with flux types or "bare" POJOs. They then pave the way to supporting single valued types in a special way. Also consolidate and simplify the logic in FunctionInspector
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
|
||||
<wrapper.version>1.0.1.RELEASE</wrapper.version>
|
||||
<wrapper.version>1.0.2.RELEASE</wrapper.version>
|
||||
<reactor.version>3.0.7.BUILD-SNAPSHOT</reactor.version>
|
||||
</properties>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user