Class Substitute_LambdaBeanPropertyMemberAccessor
- java.lang.Object
-
- org.optaplanner.quarkus.nativeimage.Substitute_LambdaBeanPropertyMemberAccessor
-
public final class Substitute_LambdaBeanPropertyMemberAccessor extends Object
LambdaBeanPropertyMemberAccessor works by creating a new class during runtime (via LambdaMetafactory) to delegate to the provided getter/setter methods. This is not supported in GraalVM, so we need to use Method reflection (i.e.Method.invoke(Object, Object...)) instead.