- close() - Static method in class org.springframework.cloud.function.compiler.java.DependencyResolver
-
- close() - Method in class org.springframework.cloud.function.compiler.java.IterableClasspath
-
- close() - Method in class org.springframework.cloud.function.compiler.java.IterableJrtModule
-
- close() - Method in class org.springframework.cloud.function.compiler.java.MemoryBasedJavaFileManager
-
- CloseableFilterableJavaFileObjectIterable - Class in org.springframework.cloud.function.compiler.java
-
Common superclass for iterables that need to handle closing when finished with and that
need to handle possible constraints on the values that are iterated over.
- CloseableFilterableJavaFileObjectIterable(MemoryBasedJavaFileManager.CompilationInfoCache, String, boolean) - Constructor for class org.springframework.cloud.function.compiler.java.CloseableFilterableJavaFileObjectIterable
-
- CompilationFailedException - Exception in org.springframework.cloud.function.compiler.java
-
- CompilationFailedException(List<CompilationMessage>) - Constructor for exception org.springframework.cloud.function.compiler.java.CompilationFailedException
-
- compilationInfoCache - Variable in class org.springframework.cloud.function.compiler.java.CloseableFilterableJavaFileObjectIterable
-
- CompilationMessage - Class in org.springframework.cloud.function.compiler.java
-
Encapsulate information produced during compilation.
- CompilationMessage(CompilationMessage.Kind, String, String, int, int) - Constructor for class org.springframework.cloud.function.compiler.java.CompilationMessage
-
- CompilationOutputCollector - Class in org.springframework.cloud.function.compiler.java
-
During compilation instances of this class will collect up the output files from the
compilation process.
- CompilationOutputCollector() - Constructor for class org.springframework.cloud.function.compiler.java.CompilationOutputCollector
-
- CompilationResult - Class in org.springframework.cloud.function.compiler.java
-
Holder for the results of compilation.
- CompilationResult(boolean) - Constructor for class org.springframework.cloud.function.compiler.java.CompilationResult
-
- CompilationResultFactory<T> - Interface in org.springframework.cloud.function.compiler
-
- compile(String, String, String...) - Method in class org.springframework.cloud.function.compiler.AbstractFunctionCompiler
-
Produce a factory instance by:
Decoding the code String to process any newlines/double-double-quotes
Insert the code into the source code template for a class
Compiling the class using the JDK provided Java Compiler
Loading the compiled class
Invoking a well known method on the factory class to produce a Consumer,
Function, or Supplier instance
Returning that instance.
- compile(String, String, String...) - Method in class org.springframework.cloud.function.compiler.java.RuntimeJavaCompiler
-
Compile the named class consisting of the supplied source code.
- CompiledClassDefinition - Class in org.springframework.cloud.function.compiler.java
-
Encapsulates a name with the bytes for its class definition.
- CompiledClassDefinition(String, byte[]) - Constructor for class org.springframework.cloud.function.compiler.java.CompiledClassDefinition
-
- CompiledFunctionFactory<T> - Class in org.springframework.cloud.function.compiler
-
- CompiledFunctionFactory(String, CompilationResult) - Constructor for class org.springframework.cloud.function.compiler.CompiledFunctionFactory
-
- CompiledFunctionRegistry - Class in org.springframework.cloud.function.compiler.app
-
- CompiledFunctionRegistry() - Constructor for class org.springframework.cloud.function.compiler.app.CompiledFunctionRegistry
-
- CompiledFunctionRegistry(File) - Constructor for class org.springframework.cloud.function.compiler.app.CompiledFunctionRegistry
-
- CompilerApplication - Class in org.springframework.cloud.function.compiler.app
-
- CompilerApplication() - Constructor for class org.springframework.cloud.function.compiler.app.CompilerApplication
-
- CompilerController - Class in org.springframework.cloud.function.compiler.app
-
- CompilerController() - Constructor for class org.springframework.cloud.function.compiler.app.CompilerController
-
- CompositeProxySelector - Class in org.springframework.cloud.function.compiler.java
-
Composite ProxySelector.
- CompositeProxySelector(List<ProxySelector>) - Constructor for class org.springframework.cloud.function.compiler.java.CompositeProxySelector
-
- ConsumerCompiler<T> - Class in org.springframework.cloud.function.compiler
-
- ConsumerCompiler() - Constructor for class org.springframework.cloud.function.compiler.ConsumerCompiler
-
- ConsumerCompiler(String) - Constructor for class org.springframework.cloud.function.compiler.ConsumerCompiler
-