| 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(Object instance) |
MethodAccess |
ClassMeta.invokeFunctionMethodAccess() |
static MethodAccess |
Invoker.invokeFunctionMethodAccess(Object object) |
static MethodAccess |
Invoker.invokeMethodAccess(Class<?> cls,
String name) |
static MethodAccess |
Invoker.invokeMethodAccess(Object object,
String name) |
MethodAccess |
ClassMeta.invokeMethodAccess(String methodName) |
MethodAccess |
ClassMeta.method(String name) |
MethodAccess |
MethodAccess.methodAccess() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<MethodAccess> |
ClassMeta.methods() |
Iterable<MethodAccess> |
ClassMeta.methods(String name) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
Invoker.invokeMethodFromList(boolean respectIgnore,
String view,
Set<String> ignoreProperties,
Object object,
MethodAccess method,
List<?> argsList) |
static Object |
Invoker.invokeMethodFromObjectArg(boolean respectIgnore,
String view,
Set<String> ignoreProperties,
Object object,
MethodAccess method,
Object args) |
static Object |
Invoker.invokeMethodFromObjectArg(Object object,
MethodAccess method,
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(Object instance) |
MethodAccess |
MethodAccessImpl.bind(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 String |
NamedUtils.namedValueForMethod(MethodAccess method) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,MethodAccess> |
BoonExpressionContext.staticMethodMap
Functions can be used anywhere where expressions can be used.
|
Copyright © 2015. All Rights Reserved.