public class ParameterGrabber extends Object
Constructor and Description |
---|
ParameterGrabber() |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
getParams(Class<?> c,
Object o)
Given an instance of a class this method will extract its primitive variable names and their values using
reflection.
|
static String |
paramsToLine(Map<String,String> params) |
static String |
paramsToLine(Map<String,String> params,
boolean sort) |
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.