classProperties.getProperty(JormPathHelper.getPath(className)));
pcm.setPBinder(binder);
binder.setPClassMapping(pcm);
// Fetch the PNC of the class
PNameCoder classPnc = findPNameManager(
className, classLoader, pcm, classProperties.getProperty(JormPathHelper.getPath(className))
);
((PClassMappingCtrl) pcm).setClassPNameCoder(classPnc);
//Configure references (PNameCoder and GenClassMappping)
RefConfig refConfig = new RefConfig(classProperties, classLoader);