public class GetterAdapter extends Object
| Modifier and Type | Field and Description |
|---|---|
static GetterAdapter |
EMPTY |
| Constructor and Description |
|---|
GetterAdapter(Object delegate,
Map<String,Invokers.Invoker<?>> invokers) |
public static final GetterAdapter EMPTY
public GetterAdapter(Object delegate, Map<String,Invokers.Invoker<?>> invokers)
public Object get(String invokerName) throws InvocationTargetException, IllegalAccessException
Copyright © 2017 Code Distillery. All rights reserved.