public class JsonObjectHashing extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
hashJsonObject(com.google.common.hash.Hasher hasher,
Object obj)
Given a
Hasher and a parsed BUCK file object, updates the Hasher with the contents of
the JSON object. |