Dependencies
- java/11
- org.springframework.boot/spring-boot/2.3.3.RELEASE
- org.springframework.boot/spring-boot-autoconfigure/2.3.3.RELEASE
- org.springframework.boot/spring-boot-test/2.3.3.RELEASE
- org.springframework/spring-aop/5.2.8.RELEASE
- org.springframework/spring-beans/5.2.8.RELEASE
- org.springframework/spring-context/5.2.8.RELEASE
- org.springframework/spring-core/5.2.8.RELEASE
- org.springframework/spring-expression/5.2.8.RELEASE
- org.springframework/spring-jcl/5.2.8.RELEASE
Declarations
-
org
-
springframework
-
boot
-
test
-
autoconfigure
-
OverrideAutoConfiguration
-
OverrideAutoConfigurationContextCustomizerFactory
-
SpringBootDependencyInjectionTestExecutionListener
- core
-
data
- jdbc
- ldap
- mongo
- neo4j
- r2dbc
- redis
-
filter
-
AnnotationCustomizableTypeExcludeFilter
-
classLoader: ClassLoader
-
setBeanClassLoader(ClassLoader): void
-
match(MetadataReader, MetadataReaderFactory): boolean
-
include(MetadataReader, MetadataReaderFactory): boolean
-
defaultInclude(MetadataReader, MetadataReaderFactory): boolean
-
exclude(MetadataReader, MetadataReaderFactory): boolean
-
isTypeOrAnnotated(MetadataReader, MetadataReaderFactory, Class<Object>): boolean
-
hasAnnotation(): boolean
-
getFilters(FilterType): Filter[]
-
isUseDefaultFilters(): boolean
-
getDefaultIncludes(): Set<Class<Object>>
-
getComponentIncludes(): Set<Class<Object>>
-
FilterType
-
equals(Object): boolean
-
hashCode(): int
-
-
FilterAnnotations
-
classLoader: ClassLoader
-
filters: List<TypeFilter>
-
FilterAnnotations(ClassLoader, Filter[]): void
-
createTypeFilters(Filter[]): List<TypeFilter>
-
createTypeFilter(FilterType, Class<Object>): TypeFilter
-
createTypeFilter(FilterType, String): TypeFilter
-
iterator(): Iterator<TypeFilter>
-
anyMatches(MetadataReader, MetadataReaderFactory): boolean
-
-
StandardAnnotationCustomizableTypeExcludeFilter
-
NO_FILTERS: Filter[]
-
FILTER_TYPE_ATTRIBUTES: String[]
-
static class initializer
-
annotation: MergedAnnotation<Annotation>
-
StandardAnnotationCustomizableTypeExcludeFilter(Class<Object>): void
-
getAnnotation(): MergedAnnotation<Annotation>
-
hasAnnotation(): boolean
-
getFilters(FilterType): Filter[]
-
isUseDefaultFilters(): boolean
-
getDefaultIncludes(): Set<Class<Object>>
-
getComponentIncludes(): Set<Class<Object>>
-
getAnnotationType(): Class<Annotation>
-
-
TypeExcludeFilters
-
TypeExcludeFiltersContextCustomizer
-
EXCLUDE_FILTER_BEAN_NAME: String
-
filters: Set<TypeExcludeFilter>
-
TypeExcludeFiltersContextCustomizer(Class<Object>, Set<Class<TypeExcludeFilter>>): void
-
instantiateTypeExcludeFilters(Class<Object>, Set<Class<TypeExcludeFilter>>): Set<TypeExcludeFilter>
-
instantiateTypeExcludeFilter(Class<Object>, Class<Object>): TypeExcludeFilter
-
equals(Object): boolean
-
hashCode(): int
-
createDelegatingTypeExcludeFilter(): TypeExcludeFilter
-
getTypeExcludeFilterConstructor(Class<Object>): Constructor<Object>
-
-
TypeExcludeFiltersContextCustomizerFactory
-
-
jdbc
-
AutoConfigureJdbc
-
AutoConfigureTestDatabase
-
JdbcTest
-
JdbcTestContextBootstrapper
-
JdbcTypeExcludeFilter
-
TestDatabaseAutoConfiguration
-
dataSource(Environment): DataSource
-
embeddedDataSourceBeanFactoryPostProcessor(): EmbeddedDataSourceBeanFactoryPostProcessor
-
EmbeddedDataSourceBeanFactoryPostProcessor
-
logger: Log
-
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry): void
-
postProcessBeanFactory(ConfigurableListableBeanFactory): void
-
process(BeanDefinitionRegistry, ConfigurableListableBeanFactory): void
-
createEmbeddedBeanDefinition(boolean): BeanDefinition
-
getDataSourceBeanDefinition(ConfigurableListableBeanFactory): BeanDefinitionHolder
-
-
EmbeddedDataSourceFactoryBean
-
EmbeddedDataSourceFactory
-
-
- jooq
-
json
-
AutoConfigureJson
-
AutoConfigureJsonTesters
-
JsonTest
-
JsonTestContextBootstrapper
-
JsonTestersAutoConfiguration
-
JsonTypeExcludeFilter
-
-
orm
-
jpa
-
AutoConfigureDataJpa
-
AutoConfigureTestEntityManager
-
DataJpaTest
-
DataJpaTestContextBootstrapper
-
DataJpaTypeExcludeFilter
-
TestEntityManager
-
flush(): void
-
persistAndGetId(Object): Object
-
persistAndGetId(Object, Class<Object>): Object
-
persist(Object): Object
-
persistFlushFind(Object): Object
-
persistAndFlush(Object): Object
-
merge(Object): Object
-
remove(Object): void
-
find(Class<Object>, Object): Object
-
refresh(Object): Object
-
clear(): void
-
detach(Object): void
-
getId(Object): Object
-
getId(Object, Class<Object>): Object
-
-
TestEntityManagerAutoConfiguration
-
-
jpa
-
properties
-
AnnotationsPropertySource
-
CAMEL_CASE_PATTERN: Pattern
-
properties: Map<String, Object>
-
AnnotationsPropertySource(Class<Object>): void
-
AnnotationsPropertySource(String, Class<Object>): void
-
getProperties(Class<Object>): Map<String, Object>
-
collectProperties(String, SkipPropertyMapping, MergedAnnotation<Annotation>, Method, Map<String, Object>): void
-
getName(String, MergedAnnotation<Annotation>, Method): String
-
toKebabCase(String): String
-
dotAppend(String, String): String
-
putProperties(String, Object, Map<String, Object>): void
-
containsProperty(String): boolean
-
getProperty(String): Object
-
getPropertyNames(): String[]
-
isEmpty(): boolean
-
equals(Object): boolean
-
hashCode(): int
-
-
PropertyMapping
-
PropertyMappingContextCustomizer
-
PropertyMappingContextCustomizerFactory
-
SkipPropertyMapping
-
-
restdocs
-
AutoConfigureRestDocs
-
RestDocsAutoConfiguration
-
RestDocsMockMvcBuilderCustomizer
-
RestDocsMockMvcConfigurationCustomizer
-
RestDocsProperties
-
RestDocsRestAssuredBuilderCustomizer
-
RestDocsRestAssuredConfigurationCustomizer
-
RestDocsTestExecutionListener
-
RestDocsWebTestClientBuilderCustomizer
-
RestDocsWebTestClientConfigurationCustomizer
-
RestDocumentationContextProviderRegistrar
-
-
web
- client
-
reactive
-
AutoConfigureWebFlux
-
AutoConfigureWebTestClient
-
SpringBootWebTestClientBuilderCustomizer
-
WebFluxTest
-
WebFluxTestContextBootstrapper
-
WebFluxTypeExcludeFilter
-
NO_CONTROLLERS: Class[]
-
DEFAULT_INCLUDES: Set<Class<Object>>
-
static class initializer
-
DEFAULT_INCLUDES_AND_CONTROLLER: Set<Class<Object>>
-
static class initializer
-
controllers: Class[]
-
WebFluxTypeExcludeFilter(Class<Object>): void
-
getDefaultIncludes(): Set<Class<Object>>
-
getComponentIncludes(): Set<Class<Object>>
-
-
WebTestClientAutoConfiguration
-
WebTestClientSecurityConfiguration
-
-
servlet
-
AutoConfigureMockMvc
-
AutoConfigureWebMvc
-
MockMvcAutoConfiguration
-
MockMvcBuilderCustomizer
-
MockMvcPrint
-
MockMvcPrintOnlyOnFailureTestExecutionListener
-
MockMvcSecurityConfiguration
-
MockMvcWebClientAutoConfiguration
-
MockMvcWebDriverAutoConfiguration
-
SpringBootMockMvcBuilderCustomizer
-
addFilters: boolean
-
print: MockMvcPrint
-
printOnlyOnFailure: boolean
-
getLinesWriter(): LinesWriter
-
setAddFilters(boolean): void
-
isAddFilters(): boolean
-
setPrint(MockMvcPrint): void
-
getPrint(): MockMvcPrint
-
setPrintOnlyOnFailure(boolean): void
-
isPrintOnlyOnFailure(): boolean
-
LinesWritingResultHandler
-
LinesWriter
-
DeferredLinesWriter
-
LoggingLinesWriter
-
SystemLinesWriter
-
FilterRegistrationBeans
-
-
WebDriverContextCustomizerFactory
-
WebDriverScope
-
NAME: String
-
WEB_DRIVER_CLASS: String
-
BEAN_CLASSES: String[]
-
instances: Map<String, Object>
-
get(String, ObjectFactory<Object>): Object
-
remove(String): Object
-
registerDestructionCallback(String, Runnable): void
-
resolveContextualObject(String): Object
-
getConversationId(): String
-
reset(): boolean
-
registerWith(ConfigurableApplicationContext): void
-
postProcessBeanFactory(ConfigurableListableBeanFactory): void
-
getFrom(ApplicationContext): WebDriverScope
-
-
WebDriverTestExecutionListener
-
WebMvcTest
-
WebMvcTestContextBootstrapper
-
WebMvcTypeExcludeFilter
-
NO_CONTROLLERS: Class[]
-
OPTIONAL_INCLUDES: String[]
-
DEFAULT_INCLUDES: Set<Class<Object>>
-
static class initializer
-
DEFAULT_INCLUDES_AND_CONTROLLER: Set<Class<Object>>
-
static class initializer
-
controllers: Class[]
-
WebMvcTypeExcludeFilter(Class<Object>): void
-
getDefaultIncludes(): Set<Class<Object>>
-
getComponentIncludes(): Set<Class<Object>>
-
-
-
webservices
-
client
-
AutoConfigureMockWebServiceServer
-
AutoConfigureWebServiceClient
-
MockWebServiceServerAutoConfiguration
-
MockWebServiceServerTestExecutionListener
-
MockWebServiceServerWebServiceTemplateCustomizer
-
TestMockWebServiceServer
-
WebServiceClientExcludeFilter
-
WebServiceClientTemplateAutoConfiguration
-
WebServiceClientTest
-
WebServiceClientTestContextBootstrapper
-
-
client
-
-
autoconfigure
-
test
-
boot
-
springframework