public String getAccessorDescriptor() {
return cmrStyle.getAccessorType().getDescriptor();
}
public String getAccessorGenericSignature() {
final Type collectionType = cmrStyle.getCollectionType();
if (collectionType == null) {
return null;
}
return createSignature(cmrStyle.getAccessorType(), type, proxyType);
}