*/
protected void processAccessors() {
if (m_attributes != null) {
for (MappingAccessor accessor : m_attributes.getAccessors()) {
// Load the accessible object from the class.
MetadataAccessibleObject accessibleObject = null;
if (accessor.usesPropertyAccess(getDescriptor())) {
if (accessor.getAccessMethods() != null) {
// Can't rely on MappingAccessor's getGetMethodName methods
// as they could result in NPE if accessibleObject isn't