findClass

public Class<T> findClass(String packageName, String className, double similarity)(source)

Resolves a class with the specified name and similarity.

Return

the resolved Class With the given name and similarity

Parameters

packageName

the package name of the class

className

the name of the class to resolve

similarity

The minimum required similarity


public Class<T> findClass()(source)

Resolves a class with the current class name and similarity.

Return

the resolved class with the current class name and similarity.


public Class<T> findClass(double similarity)(source)

Resolves a class with the specified similarity.

Return

the resolved class with the specified similarity

Parameters

similarity

the minimum required similarity