toggle menu
Spring Boot Kotlin API
3.4.5-SNAPSHOT
jvm
switch theme
search in API
spring-boot-test
/
org.springframework.boot.test.context
/
FilteredClassLoader
/
ClassPathResourceFilter
Class
Path
Resource
Filter
class
ClassPathResourceFilter
:
Predicate
<
T
>
Filter to restrict the resources that can be loaded.
Since
2.1.0
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
(
hiddenResources
:
Array
<
ClassPathResource
>
)
:
FilteredClassLoader.ClassPathResourceFilter
or
Link copied to clipboard
open
fun
or
(
other
:
Predicate
<
in
T
>
)
:
Predicate
<
T
>
test
Link copied to clipboard
open
fun
test
(
resourceName
:
String
)
:
Boolean