Class JavaClass

All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable, CoerceJavaToLua.Coercion

public final class JavaClass extends JavaInstance implements CoerceJavaToLua.Coercion
LuaValue that represents a Java class.

Will respond to get() and set() by returning field values, or java methods.

This class is not used directly. It is returned by calls to CoerceJavaToLua.coerce(Object) when a Class is supplied.

See Also: