public class Injector extends Object
Constructor and Description |
---|
Injector(Field field,
MethodHandle handle,
String uniqueFieldName,
String displayName) |
Modifier and Type | Method and Description |
---|---|
static Injector |
create(Field field,
String uniqueFieldName) |
static Injector |
create(Field field,
String methodName,
String uniqueFieldName) |
Type |
getGenericType() |
String |
getName() |
Class<?> |
getType() |
void |
inject(Object object,
Object value) |
Copyright © 2024. All rights reserved.