public class ReflectionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isTransient(Field field)
Evaluates if the specified field is marked
transient. |
public static boolean isTransient(Field field)
transient.field - the Field to be evaluatedtrue if the field contains the transient modifier;
false, otherwiseNullPointerException - if the field is nullCopyright © 2023. All rights reserved.