toggle menu
Spring Boot Kotlin API
3.5.0-M3
jvm
switch theme
search in API
spring-boot-test
/
org.springframework.boot.test.context
/
FilteredClassLoader
/
ClassFilter
Class
Filter
class
ClassFilter
:
Predicate
<
T
>
Filter to restrict the classes that can be loaded.
Members
Functions
and
Link copied to clipboard
open
fun
and
(
other
:
Predicate
<
in
T
>
)
:
Predicate
<
T
>
is
Equal
Link copied to clipboard
open
fun
<
T
>
isEqual
(
targetRef
:
Any
)
:
Predicate
<
T
>
negate
Link copied to clipboard
open
fun
negate
(
)
:
Predicate
<
T
>
not
Link copied to clipboard
open
fun
<
T
>
not
(
target
:
Predicate
<
in
T
>
)
:
Predicate
<
T
>
of
Link copied to clipboard
open
fun
of
(
hiddenClasses
:
Array
<
Class
<
out
Any
>
>
)
:
FilteredClassLoader.ClassFilter
or
Link copied to clipboard
open
fun
or
(
other
:
Predicate
<
in
T
>
)
:
Predicate
<
T
>
test
Link copied to clipboard
open
fun
test
(
className
:
String
)
:
Boolean