private abstract static class ProxyBuilder.Property
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.reflect.Method |
method |
protected java.lang.Class<?> |
type |
Constructor and Description |
---|
Property(java.lang.reflect.Method m,
java.lang.Class<?> t) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getType() |
abstract void |
invoke(java.lang.Object obj,
java.lang.Object argStr) |