Class ClassSecurityValidator

java.lang.Object
org.apache.avro.util.ClassSecurityValidator

public final class ClassSecurityValidator extends Object
Validates that a class is trusted to be included in Avro schemas. To be used by ClassUtils which therefore automatically guards not only the loading of the classes but, since the class names are translated into Class objects by using ClassUtils, also guards any other reflection-based mechanisms (e.g. instantiation, setting internal variables).
See Also: