Hierarchy For All Packages
Package Hierarchies:- org.lognet.springboot.grpc,
- org.lognet.springboot.grpc.autoconfigure,
- org.lognet.springboot.grpc.autoconfigure.actuate,
- org.lognet.springboot.grpc.autoconfigure.consul,
- org.lognet.springboot.grpc.autoconfigure.metrics,
- org.lognet.springboot.grpc.autoconfigure.security,
- org.lognet.springboot.grpc.context,
- org.lognet.springboot.grpc.health,
- org.lognet.springboot.grpc.recovery,
- org.lognet.springboot.grpc.security,
- org.lognet.springboot.grpc.security.jwt,
- org.lognet.springboot.grpc.validation,
- org.lognet.springboot.grpc.validation.group
Class Hierarchy
- java.lang.Object
- org.springframework.security.config.annotation.AbstractSecurityBuilder<O> (implements org.springframework.security.config.annotation.SecurityBuilder<O>)
- org.springframework.security.config.annotation.AbstractConfiguredSecurityBuilder<O,B>
- org.lognet.springboot.grpc.security.GrpcSecurity (implements org.springframework.context.ApplicationContextAware, org.springframework.security.config.annotation.SecurityBuilder<O>)
- org.springframework.security.config.annotation.AbstractConfiguredSecurityBuilder<O,B>
- org.springframework.security.access.intercept.AbstractSecurityInterceptor (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.MessageSourceAware)
- org.lognet.springboot.grpc.security.SecurityInterceptor (implements org.springframework.core.Ordered, io.grpc.ServerInterceptor)
- org.lognet.springboot.grpc.security.AuthenticatedAttributeVoter (implements org.springframework.security.access.AccessDecisionVoter<S>)
- org.lognet.springboot.grpc.security.BasicAuthSchemeSelector (implements org.lognet.springboot.grpc.security.AuthenticationSchemeSelector)
- org.lognet.springboot.grpc.security.BearerTokenAuthSchemeSelector (implements org.lognet.springboot.grpc.security.AuthenticationSchemeSelector)
- org.lognet.springboot.grpc.autoconfigure.consul.ConsulGrpcAutoConfiguration
- org.lognet.springboot.grpc.recovery.ErrorHandlerAdapter
- java.util.EventObject (implements java.io.Serializable)
- org.springframework.context.ApplicationEvent
- org.lognet.springboot.grpc.context.GRpcServerInitializedEvent
- org.springframework.context.ApplicationEvent
- org.lognet.springboot.grpc.FailureHandlingSupport
- org.lognet.springboot.grpc.autoconfigure.actuate.GRpcActuateAutoConfiguration
- org.lognet.springboot.grpc.autoconfigure.GRpcAutoConfiguration
- org.lognet.springboot.grpc.autoconfigure.consul.GrpcConsulRegistrar (implements org.springframework.context.SmartLifecycle)
- org.lognet.springboot.grpc.GRpcErrorHandler
- org.lognet.springboot.grpc.recovery.GRpcExceptionHandlerInterceptor (implements org.springframework.core.Ordered, io.grpc.ServerInterceptor)
- org.lognet.springboot.grpc.recovery.GRpcExceptionHandlerMethodResolver
- org.lognet.springboot.grpc.recovery.GRpcExceptionScope
- org.lognet.springboot.grpc.recovery.GRpcExceptionScope.GRpcExceptionScopeBuilder
- org.lognet.springboot.grpc.autoconfigure.metrics.GRpcMetricsAutoConfiguration
- org.lognet.springboot.grpc.autoconfigure.metrics.GRpcMetricsProperties
- org.lognet.springboot.grpc.security.GrpcSecurityConfiguration
- org.lognet.springboot.grpc.security.GrpcSecurityMetadataSource (implements org.springframework.security.access.method.MethodSecurityMetadataSource)
- org.lognet.springboot.grpc.GRpcServerBuilderConfigurer
- org.lognet.springboot.grpc.autoconfigure.GRpcServerProperties
- org.lognet.springboot.grpc.autoconfigure.GRpcServerProperties.ConsulProperties
- org.lognet.springboot.grpc.autoconfigure.GRpcServerProperties.NettyServerProperties
- org.lognet.springboot.grpc.autoconfigure.GRpcServerProperties.RecoveryProperties
- org.lognet.springboot.grpc.autoconfigure.GRpcServerProperties.SecurityProperties
- org.lognet.springboot.grpc.autoconfigure.GRpcServerProperties.SecurityProperties.Auth
- org.lognet.springboot.grpc.GRpcServerRunner (implements org.springframework.context.SmartLifecycle)
- org.lognet.springboot.grpc.security.GrpcServiceAuthorizationConfigurer.AuthorizedMethod
- org.lognet.springboot.grpc.security.GrpcServiceAuthorizationConfigurer.Registry
- org.lognet.springboot.grpc.GRpcServicesRegistry (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean)
- org.lognet.springboot.grpc.GRpcServicesRegistry.GrpcServiceMethod
- org.lognet.springboot.grpc.GRpcServicesRegistry.GrpcServiceMethod.GrpcServiceMethodBuilder
- org.lognet.springboot.grpc.autoconfigure.GRpcValidationConfiguration
- org.lognet.springboot.grpc.autoconfigure.GRpcValidationProperties
- org.lognet.springboot.grpc.recovery.HandlerMethod
- io.grpc.health.v1.HealthGrpc.HealthImplBase (implements io.grpc.BindableService)
- org.lognet.springboot.grpc.health.ManagedHealthStatusService
- org.lognet.springboot.grpc.health.DefaultHealthStatusService
- org.lognet.springboot.grpc.health.ManagedHealthStatusService
- org.lognet.springboot.grpc.security.jwt.JwtAuthProviderFactory
- org.lognet.springboot.grpc.autoconfigure.NettyServerBuilderSelector (implements org.springframework.context.EnvironmentAware, org.springframework.context.annotation.ImportSelector)
- org.lognet.springboot.grpc.autoconfigure.PureNettyConfiguration
- org.lognet.springboot.grpc.autoconfigure.metrics.RequestAwareGRpcMetricsTagsContributor<ReqT> (implements org.lognet.springboot.grpc.autoconfigure.metrics.GRpcMetricsTagsContributor)
- org.lognet.springboot.grpc.autoconfigure.security.SecurityAutoConfiguration
- org.springframework.security.config.annotation.SecurityConfigurerAdapter<O,B> (implements org.springframework.security.config.annotation.SecurityConfigurer<O,B>)
- org.lognet.springboot.grpc.security.GrpcSecurityConfigurer<T>
- org.lognet.springboot.grpc.security.GrpcSecurityConfigurerAdapter
- org.lognet.springboot.grpc.security.GrpcServiceAuthorizationConfigurer
- org.lognet.springboot.grpc.security.GrpcSecurityConfigurer<T>
- io.grpc.ServerCall.Listener<ReqT>
- io.grpc.ForwardingServerCallListener<ReqT>
- io.grpc.ForwardingServerCallListener.SimpleForwardingServerCallListener<ReqT>
- org.lognet.springboot.grpc.MessageBlockingServerCallListener<R>
- io.grpc.ForwardingServerCallListener.SimpleForwardingServerCallListener<ReqT>
- io.grpc.ForwardingServerCallListener<ReqT>
- org.lognet.springboot.grpc.autoconfigure.ShadedNettyConfiguration
- org.springframework.boot.autoconfigure.condition.SpringBootCondition (implements org.springframework.context.annotation.Condition)
- org.springframework.boot.autoconfigure.condition.AbstractNestedCondition (implements org.springframework.context.annotation.ConfigurationCondition)
- org.springframework.boot.autoconfigure.condition.AllNestedConditions
- org.lognet.springboot.grpc.autoconfigure.metrics.GRpcMetricsAutoConfiguration.OnGrpcAndMeterRegistryEnabledCondition
- org.springframework.boot.autoconfigure.condition.AllNestedConditions
- org.lognet.springboot.grpc.autoconfigure.OnMissingErrorHandlerCondition
- org.springframework.boot.autoconfigure.condition.AbstractNestedCondition (implements org.springframework.context.annotation.ConfigurationCondition)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.lognet.springboot.grpc.recovery.GRpcRuntimeExceptionWrapper
- java.lang.RuntimeException
- java.lang.Exception
- org.lognet.springboot.grpc.validation.ValidatingInterceptor (implements org.springframework.core.Ordered, io.grpc.ServerInterceptor)
- org.springframework.security.config.annotation.AbstractSecurityBuilder<O> (implements org.springframework.security.config.annotation.SecurityBuilder<O>)
Interface Hierarchy
- org.lognet.springboot.grpc.security.AuthenticationSchemeRegistry
- org.lognet.springboot.grpc.security.AuthenticationSchemeSelector
- javax.validation.groups.Default
- org.lognet.springboot.grpc.validation.group.RequestMessage
- org.lognet.springboot.grpc.validation.group.ResponseMessage
- org.lognet.springboot.grpc.autoconfigure.metrics.GRpcMetricsTagsContributor
- org.lognet.springboot.grpc.autoconfigure.consul.ServiceRegistrationStrategy
Annotation Type Hierarchy
- org.lognet.springboot.grpc.autoconfigure.ConditionalOnMissingErrorHandler (implements java.lang.annotation.Annotation)
- org.lognet.springboot.grpc.recovery.GRpcExceptionHandler (implements java.lang.annotation.Annotation)
- org.lognet.springboot.grpc.GRpcGlobalInterceptor (implements java.lang.annotation.Annotation)
- org.lognet.springboot.grpc.GRpcService (implements java.lang.annotation.Annotation)
- org.lognet.springboot.grpc.recovery.GRpcServiceAdvice (implements java.lang.annotation.Annotation)
- org.lognet.springboot.grpc.context.LocalRunningGrpcPort (implements java.lang.annotation.Annotation)
- org.lognet.springboot.grpc.autoconfigure.OnGrpcServerEnabled (implements java.lang.annotation.Annotation)
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- org.lognet.springboot.grpc.autoconfigure.consul.ServiceRegistrationMode (implements org.lognet.springboot.grpc.autoconfigure.consul.ServiceRegistrationStrategy)
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)