sdk-java
Toggle table of contents
2.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sdk-java
common
/
dev.restate.common.reflections
/
ReflectionUtils
/
FieldCallback
Field
Callback
@
FunctionalInterface
interface
FieldCallback
Callback interface invoked on each field in the hierarchy.
Members
Functions
do
With
Link copied to clipboard
abstract
fun
doWith
(
field
:
Field
)
Perform an operation using the given field.