public class CoreUtils extends Object
| Constructor and Description |
|---|
CoreUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Field |
getField(Class<?> type,
String name) |
static <T> T |
getFieldValue(Object obj,
String name,
Class<T> fieldType) |
static String |
replace(String input,
String regex,
int options,
Func1<Matcher,String> evaluator) |
Copyright © 2010–2015 JBoss by Red Hat. All rights reserved.