Package com.java.pojo.internal.utils
Class FieldUtils
java.lang.Object
com.java.pojo.internal.utils.FieldUtils
-
Method Summary
Modifier and TypeMethodDescriptiongetAllFieldNames
(Class<?> clazz) getAllFields
(Class<?> clazz) getAllFieldsExcluding
(Class<?> clazz, List<String> excludedFields) static Object
getFieldValue21
(Object targetObject, Field field) getSpecifiedFields
(Class<?> clazz, List<String> names) static Object
static boolean
permutations
(List<Field> fields) static void
setFieldValue21
(Object targetObject, Field field, Object newValue) static void
-
Method Details
-
getAllFields
-
getAllFieldsExcluding
-
permutations
-
getAllFieldNames
-
getFieldValue21
-
setFieldValue21
-
getValue
-
setValue
-
getFields
-
isFinal
-
getSpecifiedFields
-