public class InAppIncludesResolver
extends java.lang.Object
implements org.springframework.context.ApplicationContextAware
SentryProperties inAppIncludes by getting a package name from a class annotated
with SpringBootConfiguration or another annotation meta-annotated with SpringBootConfiguration like SpringBootApplication.| Constructor and Description |
|---|
InAppIncludesResolver() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.util.List<java.lang.String> |
resolveInAppIncludes() |
void |
setApplicationContext(@NotNull org.springframework.context.ApplicationContext applicationContext) |
@NotNull public @NotNull java.util.List<java.lang.String> resolveInAppIncludes()
public void setApplicationContext(@NotNull
@NotNull org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansException