Package py4j.commands

Class ReflectionCommand

java.lang.Object
py4j.commands.AbstractCommand
py4j.commands.ReflectionCommand
All Implemented Interfaces:
Command

public class ReflectionCommand extends AbstractCommand

The ReflectionCommand is responsible for accessing packages, classes, and static members. This is the command invoked when using the jvm property of a JavaGateway on the Python side.

Author:
Barthelemy Dagenais
  • Field Details

  • Constructor Details

    • ReflectionCommand

      public ReflectionCommand()
  • Method Details