Package io.micronaut.starter.feature
Class BaseAvailableFeatures
java.lang.Object
io.micronaut.starter.feature.BaseAvailableFeatures
- All Implemented Interfaces:
AvailableFeatures
,Iterable<String>
- Direct Known Subclasses:
CliAvailableFeatures
,DefaultAvailableFeatures
,FunctionAvailableFeatures
,GrpcAvailableFeatures
,MessagingAvailableFeatures
-
Constructor Summary
ConstructorsConstructorDescriptionBaseAvailableFeatures
(List<Feature> features, ApplicationType applicationType) -
Method Summary
Modifier and TypeMethodDescriptionfindFeature
(String name) findFeature
(String name, boolean ignoreVisibility) iterator()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
BaseAvailableFeatures
-
-
Method Details
-
iterator
-
findFeature
- Specified by:
findFeature
in interfaceAvailableFeatures
-
findFeature
- Specified by:
findFeature
in interfaceAvailableFeatures
-
getFeatures
- Specified by:
getFeatures
in interfaceAvailableFeatures
-
getAllFeatures
- Specified by:
getAllFeatures
in interfaceAvailableFeatures
-