Class AzureHttpFunction
java.lang.Object
io.micronaut.starter.feature.function.AbstractFunctionFeature
io.micronaut.starter.feature.function.azure.AbstractAzureFunction
io.micronaut.starter.feature.function.azure.AzureHttpFunction
- All Implemented Interfaces:
io.micronaut.core.naming.Described
,io.micronaut.core.naming.Named
,io.micronaut.core.order.Ordered
,Feature
,AzureCloudFeature
,AzureMicronautRuntimeFeature
,CloudFeature
,FunctionFeature
,MicronautRuntimeFeature
-
Field Summary
Fields inherited from class io.micronaut.starter.feature.function.azure.AbstractAzureFunction
ARTIFACT_ID_AZURE_FUNCTIONS_JAVA_LIBRARY, GROUP_ID_COM_MICROSOFT_AZURE_FUNCTIONS
Fields inherited from interface io.micronaut.starter.feature.MicronautRuntimeFeature
PROPERTY_MICRONAUT_RUNTIME
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addDependencies
(GeneratorContext generatorContext) protected void
addFunctionTemplate
(GeneratorContext generatorContext, Project project) @NonNull String
getName()
The name of the feature.protected com.fizzed.rocker.RockerModel
groovyJUnitTemplate
(Project project) boolean
Some features should not be visible to the user because they are a common parent of other selectable features, or they should always be applied, or any other reason.protected com.fizzed.rocker.RockerModel
javaJUnitTemplate
(Project project) protected com.fizzed.rocker.RockerModel
koTestTemplate
(Project project) protected com.fizzed.rocker.RockerModel
kotlinJUnitTemplate
(Project project) com.fizzed.rocker.RockerModel
spockTemplate
(Project project) Methods inherited from class io.micronaut.starter.feature.function.azure.AbstractAzureFunction
addAzureFunctionsJavaLibraryDependency, apply, getBuildCommand, getDescription, getRunCommand, getTitle
Methods inherited from class io.micronaut.starter.feature.function.AbstractFunctionFeature
applyFunction, applyTestTemplate, getTestSuffix, groovyControllerTemplate, javaControllerTemplate, kotlinControllerTemplate, readmeTemplate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.starter.feature.function.azure.AzureCloudFeature
getCloud
Methods inherited from interface io.micronaut.starter.feature.function.azure.AzureMicronautRuntimeFeature
resolveMicronautRuntime
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
Methods inherited from interface io.micronaut.starter.feature.Feature
apply, getDescription, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, processSelectedFeatures
Methods inherited from interface io.micronaut.starter.feature.function.FunctionFeature
getCategory, supports
Methods inherited from interface io.micronaut.starter.feature.MicronautRuntimeFeature
addMicronautRuntimeBuildProperty
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
AzureHttpFunction
-
-
Method Details
-
getName
Description copied from interface:Feature
The name of the feature. It must be unique.- Specified by:
getName
in interfaceFeature
- Specified by:
getName
in interfaceio.micronaut.core.naming.Named
- Overrides:
getName
in classAbstractAzureFunction
- Returns:
- the name of the feature
-
isVisible
public boolean isVisible()Description copied from interface:Feature
Some features should not be visible to the user because they are a common parent of other selectable features, or they should always be applied, or any other reason. -
javaJUnitTemplate
- Overrides:
javaJUnitTemplate
in classAbstractAzureFunction
-
kotlinJUnitTemplate
- Overrides:
kotlinJUnitTemplate
in classAbstractAzureFunction
-
groovyJUnitTemplate
- Overrides:
groovyJUnitTemplate
in classAbstractAzureFunction
-
koTestTemplate
- Overrides:
koTestTemplate
in classAbstractAzureFunction
-
spockTemplate
- Overrides:
spockTemplate
in classAbstractAzureFunction
-
addFunctionTemplate
- Overrides:
addFunctionTemplate
in classAbstractAzureFunction
-
getMicronautDocumentation
- Specified by:
getMicronautDocumentation
in interfaceFeature
- Returns:
- Returns a link to Micronaut documentation about the feature. eg. https://micronaut-projects.github.io/micronaut-cache/latest/guide/index.html#hazelcast
-
addDependencies
- Overrides:
addDependencies
in classAbstractAzureFunction
-