toggle menu
Spring Boot Kotlin API
4.0.0-SNAPSHOT
jvm
switch theme
search in API
spring-boot-test
/
org.springframework.boot.test.context
/
FilteredClassLoader
/
PackageFilter
Package
Filter
class
PackageFilter
:
Predicate
<
T
>
Filter to restrict the packages 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
(
hiddenPackages
:
Array
<
String
>
)
:
FilteredClassLoader.PackageFilter
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