Package com.googlecode.aviator.utils
Class Reflector.PropertyFoundResult
- java.lang.Object
-
- com.googlecode.aviator.utils.Reflector.PropertyFoundResult
-
- Enclosing class:
- Reflector
static class Reflector.PropertyFoundResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ClassMethodFunctionfunc(package private) java.lang.invoke.MethodHandlehandle(package private) booleanisBooleanType
-
Constructor Summary
Constructors Constructor Description PropertyFoundResult(ClassMethodFunction func)PropertyFoundResult(java.lang.invoke.MethodHandle handle, boolean isBooleanType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
handle
java.lang.invoke.MethodHandle handle
-
isBooleanType
boolean isBooleanType
-
func
ClassMethodFunction func
-
-
Constructor Detail
-
PropertyFoundResult
public PropertyFoundResult(ClassMethodFunction func)
-
PropertyFoundResult
public PropertyFoundResult(java.lang.invoke.MethodHandle handle, boolean isBooleanType)
-
-