| Package | Description |
|---|---|
| org.sfm.reflect |
Reflection tools.
|
| org.sfm.reflect.asm |
Asm generation.
|
| org.sfm.reflect.impl |
Reflection tools implementation.
|
| org.sfm.reflect.meta |
Class analyses.
|
| Modifier and Type | Method and Description |
|---|---|
Parameter[] |
InstantiatorDefinition.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InstantiatorDefinition.hasParam(Parameter param) |
| Modifier and Type | Method and Description |
|---|---|
<S,T> Instantiator<S,T> |
InstantiatorFactory.getInstantiator(Type target,
Class<?> source,
List<InstantiatorDefinition> constructors,
Map<Parameter,Getter<S,?>> injections,
boolean useAsmIfEnabled) |
<S,T,K extends FieldKey<K>,D extends ColumnDefinition<K,D>> |
InstantiatorFactory.getInstantiator(Type source,
Type target,
PropertyMappingsBuilder<T,K,D> propertyMappingsBuilder,
Map<Parameter,Getter<S,?>> constructorParameterGetterMap,
GetterFactory<S,K> getterFactory) |
<S,T,K extends FieldKey<K>,D extends ColumnDefinition<K,D>> |
InstantiatorFactory.getInstantiator(Type source,
Type target,
PropertyMappingsBuilder<T,K,D> propertyMappingsBuilder,
Map<Parameter,Getter<S,?>> constructorParameterGetterMap,
GetterFactory<S,K> getterFactory,
boolean useAsmIfEnabled) |
| Constructor and Description |
|---|
InstantiatorDefinition(Member executable,
Parameter... parameters) |
| Modifier and Type | Method and Description |
|---|---|
<S,T> Instantiator<S,T> |
AsmFactory.createInstantiator(Class<?> source,
InstantiatorDefinition instantiatorDefinition,
Map<Parameter,Getter<S,?>> injections) |
static <S,T> byte[] |
InstantiatorBuilder.createInstantiator(String className,
Class<?> sourceClass,
InstantiatorDefinition instantiatorDefinition,
Map<Parameter,Getter<S,?>> injections) |
| Constructor and Description |
|---|
InstantiatorKey(InstantiatorDefinition instantiatorDefinition,
Set<Parameter> injections,
Class<?> source) |
| Constructor and Description |
|---|
ArgumentBuilder(InstantiatorDefinition instantiatorDefinition,
Map<Parameter,Getter<S,?>> injections) |
InjectConstructorInstantiator(InstantiatorDefinition instantiatorDefinition,
Map<Parameter,Getter<S,?>> injections) |
InjectStaticMethodInstantiator(InstantiatorDefinition instantiatorDefinition,
Map<Parameter,Getter<S,?>> injections) |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
ConstructorPropertyMeta.getParameter() |
| Constructor and Description |
|---|
ConstructorPropertyMeta(String name,
ReflectionService reflectService,
Parameter parameter,
Class<T> owner) |
Copyright © 2015. All rights reserved.