|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyNamingStrategy
The property naming strategy that compass will use for hidden properties.
Created using PropertyNamingStrategyFactory
PropertyNamingStrategyFactory,
StaticPropertyNamingStrategy,
DynamicPropertyNamingStrategy| Method Summary | |
|---|---|
PropertyPath |
buildPath(PropertyPath root,
String name)
Builds the path for a root property, base on the root part and the property name. |
PropertyPath |
getRootPath()
Returns the root path for hidden properties. |
boolean |
isInternal(String name)
Returns true if the property name is an internal property. |
| Method Detail |
|---|
boolean isInternal(String name)
name -
true if the name stands for an internal property.PropertyPath getRootPath()
PropertyPath buildPath(PropertyPath root,
String name)
root - The root path to build the path fromname - The name to add to the path
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||