Class ObjectStorageLocal
java.lang.Object
io.micronaut.starter.feature.objectstorage.ObjectStorageLocal
- All Implemented Interfaces:
io.micronaut.core.naming.Described
,io.micronaut.core.naming.Named
,io.micronaut.core.order.Ordered
,Feature
,ObjectStorageFeature
-
Field Summary
Fields inherited from interface io.micronaut.starter.feature.objectstorage.ObjectStorageFeature
PREAMBLE
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods 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, getThirdPartyDocumentation, isCommunity, isPreview, isVisible, processSelectedFeatures
Methods inherited from interface io.micronaut.starter.feature.objectstorage.ObjectStorageFeature
apply, getName, getTitle, supports
-
Constructor Details
-
ObjectStorageLocal
public ObjectStorageLocal()
-
-
Method Details
-
getCloudProvider
- Specified by:
getCloudProvider
in interfaceObjectStorageFeature
- Returns:
- the concrete cloud provider in its natural name (eg: "Oracle Cloud").
-
getDescription
- Specified by:
getDescription
in interfaceio.micronaut.core.naming.Described
- Specified by:
getDescription
in interfaceFeature
- Specified by:
getDescription
in interfaceObjectStorageFeature
-
getCategory
- Specified by:
getCategory
in interfaceFeature
- Returns:
- The
Category
to which the feature belongs to.
-
getMicronautDocumentation
- Specified by:
getMicronautDocumentation
in interfaceFeature
- Specified by:
getMicronautDocumentation
in interfaceObjectStorageFeature
- Returns:
- Returns a link to Micronaut documentation about the feature. eg. https://micronaut-projects.github.io/micronaut-cache/latest/guide/index.html#hazelcast
-