@LevelUpApi(contract=PUBLIC) @ThreadSafe public final class Key extends Object
public static String action(Class<?> clazz, String name)
clazz
- The Class that the action belongs to.name
- The name of the action.public static String arg(Class<?> clazz, String name)
clazz
- The Class that the argument belongs to.name
- The name of the argument.public static String extra(Class<?> clazz, String name)
clazz
- The Class that the extra belongs to.name
- The name of the extra.