| Package | Description |
|---|---|
| org.boon.core.reflection | |
| org.boon.core.reflection.impl | |
| org.boon.di.modules | |
| org.boon.template |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
MethodAccess |
MethodAccessImpl.bind(Object instance) |
MethodAccess |
MethodAccessImpl.methodAccess() |
| Modifier and Type | Method and Description |
|---|---|
static String |
NamedUtils.namedValueForMethod(MethodAccess method) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,MethodAccess> |
BoonTemplate.methodMap
Functions can be used anywhere where expressions can be used.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MethodAccess> |
BoonTemplate.functionMap()
returns the current function map.
|
| Constructor and Description |
|---|
InvokeCommand(Object function,
MethodAccess methodAccess) |
Copyright © 2014. All rights reserved.