public interface AutomaticWiringValue extends AutomaticWiring
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
wiring(Field field,
ContextManager contextManager)
fill instance use contextManager
|
boolean |
wiring(Object obj,
ContextManager contextManager)
fill instance use contextManager
|
boolean |
wiring(Object o,
Field field,
ContextManager contextManager)
on object fill instance use contextManager
|
boolean wiring(Object o, Field field, ContextManager contextManager) throws IllegalAccessException
o - field - contextManager - IllegalAccessExceptionboolean wiring(Field field, ContextManager contextManager) throws IllegalAccessException
field - contextManager - IllegalAccessExceptionboolean wiring(Object obj, ContextManager contextManager) throws IllegalAccessException
obj - contextManager - IllegalAccessExceptionCopyright © 2025. All rights reserved.