Package io.sentry.spring.graphql
Class SentryGraphqlBeanPostProcessor
java.lang.Object
io.sentry.spring.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetOrder()postProcessAfterInitialization(Object bean, String beanName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessBeforeInitialization
-
Constructor Details
-
SentryGraphqlBeanPostProcessor
public SentryGraphqlBeanPostProcessor()
-
-
Method Details
-
postProcessAfterInitialization
- Specified by:
postProcessAfterInitializationin interfaceBeanPostProcessor- Throws:
BeansException
-
getOrder
public int getOrder()
-