| Package | Description |
|---|---|
| org.boon.core.reflection | |
| org.boon.core.reflection.impl | |
| org.boon.di.modules | |
| org.boon.expression |
| Modifier and Type | Method and Description |
|---|---|
MethodAccess |
MethodAccess.bind(java.lang.Object instance) |
MethodAccess |
ClassMeta.invokeFunctionMethodAccess() |
static MethodAccess |
Invoker.invokeFunctionMethodAccess(java.lang.Object object) |
static MethodAccess |
Invoker.invokeMethodAccess(java.lang.Class<?> cls,
java.lang.String name) |
static MethodAccess |
Invoker.invokeMethodAccess(java.lang.Object object,
java.lang.String name) |
MethodAccess |
ClassMeta.invokeMethodAccess(java.lang.String methodName) |
MethodAccess |
ClassMeta.method(java.lang.String name) |
MethodAccess |
MethodAccess.methodAccess() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<MethodAccess> |
ClassMeta.methods() |
java.lang.Iterable<MethodAccess> |
ClassMeta.methods(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
Invoker.invokeMethodFromList(boolean respectIgnore,
java.lang.String view,
java.util.Set<java.lang.String> ignoreProperties,
java.lang.Object object,
MethodAccess method,
java.util.List<?> argsList) |
static java.lang.Object |
Invoker.invokeMethodFromObjectArg(boolean respectIgnore,
java.lang.String view,
java.util.Set<java.lang.String> ignoreProperties,
java.lang.Object object,
MethodAccess method,
java.lang.Object args) |
static java.lang.Object |
Invoker.invokeMethodFromObjectArg(java.lang.Object object,
MethodAccess method,
java.lang.Object args)
Invokes method from list or map depending on what the Object arg is.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MethodAccessImpl
Created by Richard on 2/17/14.
|
class |
OverloadedMethod
Created by Richard on 9/22/14.
|
| Modifier and Type | Method and Description |
|---|---|
MethodAccess |
OverloadedMethod.bind(java.lang.Object instance) |
MethodAccess |
MethodAccessImpl.bind(java.lang.Object instance) |
MethodAccess |
OverloadedMethod.methodAccess() |
MethodAccess |
MethodAccessImpl.methodAccess() |
| Modifier and Type | Method and Description |
|---|---|
OverloadedMethod |
OverloadedMethod.add(MethodAccess methodAccess) |
int |
OverloadedMethod.compareTo(MethodAccess o) |
int |
MethodAccessImpl.compareTo(MethodAccess o2) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
NamedUtils.namedValueForMethod(MethodAccess method) |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,MethodAccess> |
BoonExpressionContext.staticMethodMap
Functions can be used anywhere where expressions can be used.
|
Copyright © 2014. All Rights Reserved.