public class Invokers extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Invokers.Invoker<R>
Invoker provide an indirection for calling Methods. |
| Constructor and Description |
|---|
Invokers() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Invokers.Invoker<?>> |
beanGetters(Class<?> clazz) |
static Map<String,Invokers.Invoker<?>> |
beanGetters(Object object) |
static Map<String,Invokers.Invoker<?>> |
beanSetters(Class<?> clazz) |
static Map<String,Invokers.Invoker<?>> |
beanSetters(Object object) |
static Invokers.Invoker<?> |
conditionalNoArgsSetter(Method method,
boolean expectedParameter) |
static Invokers.Invoker<?> |
defaultArgumentSetter(Method method,
Object... defaultParameters) |
public static Map<String,Invokers.Invoker<?>> beanGetters(Object object)
public static Map<String,Invokers.Invoker<?>> beanGetters(Class<?> clazz)
public static Map<String,Invokers.Invoker<?>> beanSetters(Object object)
public static Map<String,Invokers.Invoker<?>> beanSetters(Class<?> clazz)
public static Invokers.Invoker<?> conditionalNoArgsSetter(Method method, boolean expectedParameter)
public static Invokers.Invoker<?> defaultArgumentSetter(Method method, Object... defaultParameters)
Copyright © 2017 Code Distillery. All rights reserved.