Class HttpPoja
java.lang.Object
io.micronaut.starter.feature.server.AbstractMicronautServerFeature
io.micronaut.starter.feature.server.HttpPoja
- All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, Feature, JvmFeature, MicronautRuntimeFeature, OneOfFeature, ServerFeature
@Requires(property="micronaut.starter.feature.http.poja.enabled",
value="true",
defaultValue="true")
@Singleton
public class HttpPoja
extends AbstractMicronautServerFeature
implements JvmFeature
-
Field Summary
Fields inherited from interface MicronautRuntimeFeature
PROPERTY_MICRONAUT_RUNTIMEFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoApply(GeneratorContext generatorContext) getName()The name of the feature.getTitle()@NonNull StringresolveMicronautRuntime(@NonNull GeneratorContext generatorContext) Methods inherited from class AbstractMicronautServerFeature
applyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
apply, getOrder, getThirdPartyDocumentation, isCommunity, isPreview, isVisible, processSelectedFeatures, supports, supportsMethods inherited from interface JvmFeature
supports, supports, supportsMethods inherited from interface MicronautRuntimeFeature
addMicronautRuntimeBuildPropertyMethods inherited from interface ServerFeature
getCategory, getFeatureClass, supports
-
Constructor Details
-
HttpPoja
public HttpPoja()
-
-
Method Details
-
getName
-
getTitle
-
getDescription
- Specified by:
getDescriptionin interfaceio.micronaut.core.naming.Described- Specified by:
getDescriptionin interfaceFeature
-
getMicronautDocumentation
- Specified by:
getMicronautDocumentationin interfaceFeature- Returns:
- Returns a link to Micronaut documentation about the feature. eg. https://micronaut-projects.github.io/micronaut-cache/latest/guide/index.html#hazelcast
-
doApply
- Specified by:
doApplyin classAbstractMicronautServerFeature
-
resolveMicronautRuntime
- Specified by:
resolveMicronautRuntimein interfaceMicronautRuntimeFeature
-