|
@@ -7,9 +7,7 @@
|
|
|
|
|
|
|
|
package net.ranides.assira.reflection.impl.bean;
|
|
package net.ranides.assira.reflection.impl.bean;
|
|
|
|
|
|
|
|
-import net.ranides.assira.reflection.BeanProperty;
|
|
|
|
|
-import net.ranides.assira.reflection.BeanPropertyBinding;
|
|
|
|
|
-import net.ranides.assira.reflection.IClass;
|
|
|
|
|
|
|
+import net.ranides.assira.reflection.*;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* Abstract base class for BeanProperty implementations.
|
|
* Abstract base class for BeanProperty implementations.
|
|
@@ -70,6 +68,11 @@ public abstract class ABeanProperty implements BeanProperty {
|
|
|
this.that = that;
|
|
this.that = that;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ @Override
|
|
|
|
|
+ public Object object() {
|
|
|
|
|
+ return that;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
@Override
|
|
@Override
|
|
|
public String name() {
|
|
public String name() {
|
|
|
return ABeanProperty.this.name();
|
|
return ABeanProperty.this.name();
|