public class BeanUtils
extends java.lang.Object
| Constructor and Description |
|---|
BeanUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<PropertyNode> |
getAllProperties(ClassNode type,
boolean includeSuperProperties,
boolean includeStatic,
boolean includePseudoGetters)
Get all properties including JavaBean pseudo properties matching getter conventions.
|
public static java.util.List<PropertyNode> getAllProperties(ClassNode type, boolean includeSuperProperties, boolean includeStatic, boolean includePseudoGetters)
type - the ClassNodeincludeSuperProperties - whether to include super propertiesincludeStatic - whether to include static propertiesincludePseudoGetters - whether to include JavaBean pseudo (getXXX/isYYY) properties with no corresponding field