ReflectionSupport.Level

  • ReflectionSupport.Level is an enum used in J2ObjC to define the extent of reflection support needed.

  • It includes two values: FULL for complete reflection and NATIVE_ONLY for limiting reflection to native code.

  • This enum inherits methods from java.lang.Enum, java.lang.Object, and java.lang.Comparable for object comparison and manipulation.

public static final enum ReflectionSupport.Level extends Enum<ReflectionSupport.Level>

Enumerates the available levels of reflection support.

Inherited Method Summary

Enum Values

public static final ReflectionSupport.Level FULL

public static final ReflectionSupport.Level NATIVE_ONLY