public class Reflect extends Object
Constructor and Description |
---|
Reflect() |
Modifier and Type | Method and Description |
---|---|
static List<Pair<Method,Wrapper>> |
findMethodsWithAnnotation(Class<?> c,
Class<? extends Annotation> ac,
Object bean) |
static Pair<Method,Wrapper> |
findSetterForTag(Class<?> c,
String tagName,
Object bean) |
static String |
toCapitalizedCamelCase(String name) |
Copyright © 2018. All rights reserved.