implementation("io.micronaut.groovy:micronaut-runtime-groovy")
+diff --git a/4.1.0/api/allclasses-index.html b/4.1.0/api/allclasses-index.html new file mode 100644 index 00000000..fac8e4e0 --- /dev/null +++ b/4.1.0/api/allclasses-index.html @@ -0,0 +1,73 @@ + + +
+ +You can search for definitions of modules, packages, types, fields, methods, system properties and other terms defined in the API, using some or all of the name, optionally using "camelCase" abbreviations. For example:
+j.l.obj
will match "java.lang.Object"InpStr
will match "java.io.InputStream"HM.cK
will match "java.util.HashMap.containsKey(Object)"Refer to the Javadoc Search Specification for a full description of search features.
+The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
+Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.
+Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.
+The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Packages and modules may contain pages with additional information related to the declarations nearby.
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object
. Interfaces do not inherit from java.lang.Object
.
The All Packages page contains an alphabetic index of all packages contained in the documentation.
+The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.
+The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.
+io.micronaut.context.env.PropertySourceLoader
, io.micronaut.context.env.PropertySourceLocator
, io.micronaut.context.env.PropertySourceReader
, io.micronaut.core.order.Ordered
, io.micronaut.core.util.Toggleable
DEFAULT_POSITION, log
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
int
getOrder()
protected void
processInput(String name,
+ InputStream input,
+ Map<String,Object> finalMap)
protected Optional<InputStream>
createPropertySource, isLogEnabled, load, loadEnv, processMap, read, setLogEnabled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
load
read
isEnabled
getOrder
in interface io.micronaut.core.order.Ordered
getOrder
in class io.micronaut.context.env.AbstractPropertySourceLoader
processInput
in class io.micronaut.context.env.AbstractPropertySourceLoader
IOException
readInput
in class io.micronaut.context.env.AbstractPropertySourceLoader
Runtime groovy environment property loader.
io.micronaut.context.ApplicationContextProvider
, io.micronaut.context.env.PropertySource
, io.micronaut.core.order.Ordered
, Closeable
, AutoCloseable
, Iterable<String>
io.micronaut.function.executor.FunctionInitializer.ParseContext
io.micronaut.context.env.PropertySource.PropertyConvention
closeContext
applicationContext
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
CONTEXT
protected
FunctionScript(io.micronaut.context.ApplicationContext applicationContext)
protected void
addProperty(String name,
+ Object value)
final String
getName()
protected void
injectThis(io.micronaut.context.ApplicationContext applicationContext)
iterator()
protected void
startThis(io.micronaut.context.ApplicationContext applicationContext)
close, run
buildApplicationContext, getApplicationContext, newApplicationContextBuilder, resolveFunction, resolveFunctionName, startEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
getOrder
getConvention
applicationContext
- applicationContextget
in interface io.micronaut.context.env.PropertySource
getName
in interface io.micronaut.context.env.PropertySource
name
- name of the propertyvalue
- valuestartThis
in class io.micronaut.function.executor.FunctionInitializer
injectThis
in class io.micronaut.function.executor.FunctionInitializer
io.micronaut.core.order.Ordered
, io.micronaut.core.util.Toggleable
, io.micronaut.inject.visitor.TypeElementVisitor<io.micronaut.function.FunctionBean,Object>
io.micronaut.inject.visitor.TypeElementVisitor.VisitorKind
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
void
visitClass(io.micronaut.inject.ast.ClassElement element,
+ io.micronaut.inject.visitor.VisitorContext context)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOrder
isEnabled
finish, getClassType, getElementType, getSupportedAnnotationNames, getSupportedOptions, getVisitorKind, start, visitConstructor, visitEnumConstant, visitField, visitMethod
visitClass
in interface io.micronaut.inject.visitor.TypeElementVisitor<io.micronaut.function.FunctionBean,Object>
Support classes that simplify writing standalone functions as Groovy scripts
.