public abstract class DynamicPropertyProvider
extends java.lang.Object
| Constructor and Description |
|---|
DynamicPropertyProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract PropertyInfo |
getPropertyInfo(java.lang.Class<? extends DBObject> objectClz, java.lang.String prop, DBObjectProvider pro)
Queries this provider for the PropertyInfo for a dynamic property.
|
public abstract PropertyInfo getPropertyInfo(java.lang.Class<? extends DBObject> objectClz, java.lang.String prop, DBObjectProvider pro)
objectClz - the subclass of DBObject the property is forprop - the property to query (this will be the property underneath the path that this DynamicPropertyProvider is regstered against.pro - the owning DBObjectProvider