Package | Description |
---|---|
com.cedarsoftware.io | |
com.cedarsoftware.io.reflect | |
com.cedarsoftware.io.reflect.factories |
Modifier and Type | Method and Description |
---|---|
Map<String,Injector> |
ReadOptions.getDeepInjectorMap(Class<?> classToTraverse) |
Map<String,Injector> |
ReadOptionsBuilder.DefaultReadOptions.getDeepInjectorMap(Class<?> classToTraverse) |
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 |
---|---|
static Injector |
Injector.create(Field field,
String uniqueFieldName) |
static Injector |
Injector.create(Field field,
String methodName,
String uniqueFieldName) |
Injector |
InjectorFactory.createInjector(Field field,
Map<Class<?>,Map<String,String>> nonStandardNames,
String uniqueName)
Creates accessors for accessing data from an object.
|
Modifier and Type | Method and Description |
---|---|
Injector |
MethodInjectorFactory.createInjector(Field field,
Map<Class<?>,Map<String,String>> nonStandardNames,
String uniqueName) |
Copyright © 2024. All rights reserved.