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) ClassMethodFunction
func
(package private) java.lang.invoke.MethodHandle
handle
(package private) boolean
isBooleanType
-
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.String
toString()
-
-
-
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)
-
-