Class ReflectionUtils

java.lang.Object
org.eclipse.lemminx.extensions.xerces.ReflectionUtils

public class ReflectionUtils extends Object
Java reflection utilities. In LemMinx context (with LemMinx binary context), Java reflection should be forbidden. But to fix some Xerces bugs and improve some Xerces feature, Java reflection is required to get access to some field which are private. It's one reason why this ReflectionUtils is in the xerces package and not in the org.eclipse.lemminx.utils package.