Package | Description |
---|---|
com.massa.util.property |
This package contains property access framework.
|
Modifier and Type | Method and Description |
---|---|
protected PropertyCompiler.IPropertyComponent |
PropertyCompiler.handleGetterSetterComponent(PropertyCompiler.IPropertyComponent prevComponent,
String property,
boolean useCommonBeanUtilsSyntax) |
protected PropertyCompiler.IPropertyComponent |
PropertyCompiler.handleSimpleComponent(PropertyCompiler.IPropertyComponent prevComponent,
String property,
boolean useCommonBeanUtilsSyntax)
Handles a simple property component, i.e. a single element of the List provided
by
PropertyCompiler.splitIntoSimpleComponents(String) . |
protected PropertyCompiler.IPropertyComponent |
PropertyCompiler.handleStaticComponent(PropertyCompiler.IPropertyComponent prevComponent,
String property,
boolean useCommonBeanUtilsSyntax)
parses a static access property (field or method).
|
protected PropertyCompiler.IPropertyComponent |
PropertyCompiler.handleStrictComponent(PropertyCompiler.IPropertyComponent prevComponent,
String property,
boolean useCommonBeanUtilsSyntax)
parses a strict access property (field or method).
|
Modifier and Type | Method and Description |
---|---|
protected PropertyCompiler.IPropertyComponent |
PropertyCompiler.handleGetterSetterComponent(PropertyCompiler.IPropertyComponent prevComponent,
String property,
boolean useCommonBeanUtilsSyntax) |
protected PropertyCompiler.IPropertyComponent |
PropertyCompiler.handleSimpleComponent(PropertyCompiler.IPropertyComponent prevComponent,
String property,
boolean useCommonBeanUtilsSyntax)
Handles a simple property component, i.e. a single element of the List provided
by
PropertyCompiler.splitIntoSimpleComponents(String) . |
protected PropertyCompiler.IPropertyComponent |
PropertyCompiler.handleStaticComponent(PropertyCompiler.IPropertyComponent prevComponent,
String property,
boolean useCommonBeanUtilsSyntax)
parses a static access property (field or method).
|
protected PropertyCompiler.IPropertyComponent |
PropertyCompiler.handleStrictComponent(PropertyCompiler.IPropertyComponent prevComponent,
String property,
boolean useCommonBeanUtilsSyntax)
parses a strict access property (field or method).
|