Package io.sentry.spring.jakarta.graphql
Class SentryGraphqlBeanPostProcessor
java.lang.Object
io.sentry.spring.jakarta.graphql.SentryGraphqlBeanPostProcessor
- All Implemented Interfaces:
BeanPostProcessor
,Ordered
,PriorityOrdered
@Internal
public final class SentryGraphqlBeanPostProcessor
extends Object
implements BeanPostProcessor, PriorityOrdered
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getOrder()
postProcessAfterInitialization
(Object bean, String beanName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessBeforeInitialization
-
Constructor Details
-
SentryGraphqlBeanPostProcessor
public SentryGraphqlBeanPostProcessor()
-
-
Method Details
-
postProcessAfterInitialization
- Specified by:
postProcessAfterInitialization
in interfaceBeanPostProcessor
- Throws:
BeansException
-
getOrder
public int getOrder()
-