| Type Params | Return Type | Name and description |
|---|---|---|
|
static List<PropertyNode> |
getAllProperties(ClassNode type, boolean includeSuperProperties, boolean includeStatic, boolean includePseudoGetters)Get all properties including JavaBean pseudo properties matching getter conventions. |
Get all properties including JavaBean pseudo properties matching getter conventions.
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