public final class PersistedStates
extends java.lang.Object
Constructor and Description |
---|
PersistedStates() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Iterable<java.lang.reflect.Field> |
findAnnotatedFields(java.lang.Class<?> javaClass,
java.lang.Class<? extends java.lang.annotation.Annotation> annotation) |
static void |
findReflectivelyAndBind(java.lang.Object instance,
FlinkStateBinder stateBinder) |
public static void findReflectivelyAndBind(@Nullable java.lang.Object instance, FlinkStateBinder stateBinder)
public static java.lang.Iterable<java.lang.reflect.Field> findAnnotatedFields(java.lang.Class<?> javaClass, java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.