JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.micronaut.core.util
Interface Toggleable
All Known Subinterfaces:
BeanDefinitionVisitor
,
BeanElementVisitor
<A>,
HttpContentProcessor
<T>,
PropertySourceLoader
,
ProxyingBeanDefinitionVisitor
,
TypeElementVisitor
<C,E>
All Known Implementing Classes:
AbstractBufferingHttpContentProcessor
,
AbstractClientSslConfiguration
,
AbstractHttpContentProcessor
,
AbstractPropertySourceLoader
,
AopProxyWriter
,
AsyncTypeElementVisitor
,
BeanDefinitionWriter
,
BeanImportVisitor
,
ClientSslConfiguration
,
CloudFoundryVcapApplicationPropertySourceLoader
,
CloudFoundryVcapServicesPropertySourceLoader
,
ConfigDiscoveryConfiguration
,
ContextConfigurerVisitor
,
DefaultHttpClientConfiguration.DefaultConnectionPoolConfiguration
,
DefaultHttpContentProcessor
,
DefaultSslConfiguration
,
DefaultValidatorConfiguration
,
DigitalOceanMetadataConfiguration
,
DiscoveryClientHealthIndicatorConfiguration
,
DiscoveryConfiguration
,
DiskSpaceIndicatorConfiguration
,
EnvJsonPropertySourceLoader
,
ExecutableVisitor
,
FileWatchConfiguration
,
FormDataHttpContentProcessor
,
GraalTypeElementVisitor
,
HeaderVersionResolverConfiguration
,
HeartbeatConfiguration
,
HttpClientConfiguration.ConnectionPoolConfiguration
,
HttpServerConfiguration.CorsConfiguration
,
HttpServerConfiguration.MultipartConfiguration
,
InternalApiTypeElementVisitor
,
IntrospectedTypeElementVisitor
,
JsonContentProcessor
,
JsonPropertySourceLoader
,
JsonPropertySourceLoader
,
ParameterVersionResolverConfiguration
,
PropertiesPropertySourceLoader
,
RegistrationConfiguration
,
RoutesVersioningConfiguration
,
RouteValidationVisitor
,
ServerSslConfiguration
,
ServiceHttpClientConfiguration.ServiceConnectionPoolConfiguration
,
ServiceHttpClientConfiguration.ServiceSslClientConfiguration
,
SslConfiguration
,
StaticResourceConfiguration
,
WebSocketVisitor
,
YamlPropertySourceLoader
public interface
Toggleable
An interface for components or configurations that can be toggled on or off.
Since:
1.0
Author:
Graeme Rocher
Method Summary
All Methods
Instance Methods
Default Methods
Modifier and Type
Method and Description
default boolean
isEnabled
()
Method Detail
isEnabled
default boolean isEnabled()
Returns:
Whether the component is enabled
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method