T
- the value typepublic final class FieldInjector<T> extends Object implements Injector<T>
Constructor and Description |
---|
FieldInjector(Value<?> target,
Field field)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
inject(T value)
Inject the given value.
|
void |
uninject()
Uninject the given value (in other words, cancel or undo a previous injection).
|
public void inject(T value)
Copyright © 2017 JBoss by Red Hat. All rights reserved.