toggle menu
sdk-java
2.5.0
jvm
switch theme
search in API
common
/
dev.restate.common.reflections
/
ReflectionUtils
/
FieldFilter
Field
Filter
@
FunctionalInterface
interface
FieldFilter
Callback optionally used to filter fields to be operated on by a field callback.
Members
Functions
and
Link copied to clipboard
open
fun
and
(
next
:
ReflectionUtils.FieldFilter
)
:
ReflectionUtils.FieldFilter
Create a composite filter based on this filter and the provided filter.
matches
Link copied to clipboard
abstract
fun
matches
(
field
:
Field
)
:
Boolean
Determine whether the given field matches.