Uses of Class
org.apache.cxf.microprofile.client.cdi.Instance
-
Packages that use Instance Package Description org.apache.cxf.microprofile.client.cdi -
-
Uses of Instance in org.apache.cxf.microprofile.client.cdi
Methods in org.apache.cxf.microprofile.client.cdi that return types with arguments of type Instance Modifier and Type Method Description static <T> Optional<Instance<T>>CDIFacade. getInstanceFromCDI(Class<T> clazz)static <T> Optional<Instance<T>>CDIFacade. getInstanceFromCDI(Class<T> clazz, Bus b)
-