Class GizmoMemberAccessorImplementor
- java.lang.Object
-
- ai.timefold.solver.core.impl.domain.common.accessor.gizmo.GizmoMemberAccessorImplementor
-
public final class GizmoMemberAccessorImplementor extends Object
Generates the bytecode for the MemberAccessor of a particular Member
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddefineAccessorFor(String className, io.quarkus.gizmo.ClassOutput classOutput, GizmoMemberInfo memberInfo)Generates the constructor and implementations ofAbstractGizmoMemberAccessormethods for the givenMember.
-
-
-
Method Detail
-
defineAccessorFor
public static void defineAccessorFor(String className, io.quarkus.gizmo.ClassOutput classOutput, GizmoMemberInfo memberInfo)
Generates the constructor and implementations ofAbstractGizmoMemberAccessormethods for the givenMember.- Parameters:
className- never nullclassOutput- never null, defines how to write the bytecodememberInfo- never null, member to generate MemberAccessor methods implementation for
-
-