Package | Description |
---|---|
com.cedarsoftware.util.io | |
com.cedarsoftware.util.reflect | |
com.cedarsoftware.util.reflect.factories | |
com.cedarsoftware.util.reflect.injectors |
Modifier and Type | Method and Description |
---|---|
protected void |
ObjectResolver.assignField(Deque<JsonObject> stack,
JsonObject jsonObj,
Injector injector,
Object rhs)
Map Json Map object field to Java object field.
|
Modifier and Type | Method and Description |
---|---|
Injector |
InjectorFactory.createInjector(Field field,
Map<String,Method> possibleMethods)
Creates accessors for accessing data from an object.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Injector> |
ClassDescriptors.getDeepInjectorMap(Class<?> classToTraverse) |
Map<String,Injector> |
ClassDescriptor.getInjectors() |
Modifier and Type | Method and Description |
---|---|
void |
ClassDescriptors.ClassDescriptorImpl.addInjector(String name,
Injector injector) |
Modifier and Type | Method and Description |
---|---|
Injector |
MappedMethodInjectorFactory.createInjector(Field field,
Map<String,Method> possibleInjectors) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInjector |
class |
FieldInjector |
class |
MethodInjector |
Copyright © 2023. All rights reserved.