}
Map<byte[],Map<byte[],Transform>> familyMap = transformMap.get(table);
if (familyMap != null) {
Map<byte[],Transform> columnMap = familyMap.get(family);
if (columnMap != null) {
Transform t = columnMap.get(qualifier);
// check as necessary if there is a wildcard entry
if (t == null) {
t = columnMap.get(HConstants.EMPTY_BYTE_ARRAY);
}
// if we found something, return it, otherwise we will return the