Class HttpClientJdk
java.lang.Object
io.micronaut.starter.feature.httpclient.HttpClientJdk
- All Implemented Interfaces:
io.micronaut.core.naming.Described
,io.micronaut.core.naming.Named
,io.micronaut.core.order.Ordered
,Feature
,HttpClientFeature
,OneOfFeature
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final Dependency
static final Dependency
static final String
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NonNull List<Dependency>
getDependencies
(@NonNull GeneratorContext generatorContext) getName()
The name of the feature.getTitle()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
Methods inherited from interface io.micronaut.starter.feature.Feature
getOrder, isCommunity, isPreview, isVisible, processSelectedFeatures
Methods inherited from interface io.micronaut.starter.feature.httpclient.HttpClientFeature
addDependencies, apply, getCategory, getFeatureClass, supports
-
Field Details
-
NAME
- See Also:
-
ARTIFACT_ID_MICRONAUT_HTTP_CLIENT_JDK
- See Also:
-
DEPENDENCY_MICRONAUT_HTTP_CLIENT_JDK
-
DEPENDENCY_MICRONAUT_HTTP_CLIENT_JDK_COMPILE_ONLY
-
-
Constructor Details
-
HttpClientJdk
public HttpClientJdk()
-
-
Method Details
-
getName
Description copied from interface:Feature
The name of the feature. It must be unique. -
getTitle
-
getDescription
- Specified by:
getDescription
in interfaceio.micronaut.core.naming.Described
- Specified by:
getDescription
in interfaceFeature
-
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
-
getThirdPartyDocumentation
- Specified by:
getThirdPartyDocumentation
in interfaceFeature
- Returns:
- Returns a link to third party. E.g. https://hazelcast.org
-
getDependencies
@NonNull public @NonNull List<Dependency> getDependencies(@NonNull @NonNull GeneratorContext generatorContext) - Specified by:
getDependencies
in interfaceHttpClientFeature
-