| Package | Description |
|---|---|
| net.distilledcode.httpclient.impl.metatype | |
| net.distilledcode.httpclient.impl.metatype.reflection |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,Invokers.Invoker<?>> |
HttpClientConfigurationMetaType.SETTERS_HTTP_CLIENT_BUILDER |
static Map<String,Invokers.Invoker<?>> |
HttpClientConfigurationMetaType.SETTERS_REQUEST_CONFIG_BUILDER |
| Modifier and Type | Method and Description |
|---|---|
static org.osgi.service.metatype.AttributeDefinition[] |
MetaTypeBeanUtil.attributeDefinitions(String namespace,
Map<String,Invokers.Invoker<?>> setters) |
static <T> org.osgi.service.metatype.AttributeDefinition[] |
MetaTypeBeanUtil.attributeDefinitions(String namespace,
Map<String,Invokers.Invoker<?>> setters,
GetterAdapter defaultValues) |
| Modifier and Type | Method and Description |
|---|---|
static Invokers.Invoker<?> |
Invokers.conditionalNoArgsSetter(Method method,
boolean expectedParameter) |
static Invokers.Invoker<?> |
Invokers.defaultArgumentSetter(Method method,
Object... defaultParameters) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Invokers.Invoker<?>> |
Invokers.beanGetters(Class<?> clazz) |
static Map<String,Invokers.Invoker<?>> |
Invokers.beanGetters(Object object) |
static Map<String,Invokers.Invoker<?>> |
Invokers.beanSetters(Class<?> clazz) |
static Map<String,Invokers.Invoker<?>> |
Invokers.beanSetters(Object object) |
| Constructor and Description |
|---|
GetterAdapter(Object delegate,
Map<String,Invokers.Invoker<?>> invokers) |
SetterAdapter(Object delegate,
Map<String,Invokers.Invoker<?>> invokers) |
Copyright © 2017 Code Distillery. All rights reserved.