public class WireContext extends Object
ComponentAccessor implementations for retrieving a component based on name and class.| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(String componentName,
Class<T> componentClass,
boolean start) |
<T,U extends T> |
getLazy(String componentName,
Class<U> componentClass,
boolean start) |
public <T,U extends T> ComponentRef<T> getLazy(String componentName, Class<U> componentClass, boolean start)
Copyright © 2022 JBoss by Red Hat. All rights reserved.