Uses of Class
io.smallrye.openapi.runtime.scanner.dataobject.AugmentedIndexView
-
Packages that use AugmentedIndexView Package Description io.smallrye.openapi.runtime.scanner.dataobject io.smallrye.openapi.runtime.scanner.spi io.smallrye.openapi.runtime.util -
-
Uses of AugmentedIndexView in io.smallrye.openapi.runtime.scanner.dataobject
Methods in io.smallrye.openapi.runtime.scanner.dataobject that return AugmentedIndexView Modifier and Type Method Description static AugmentedIndexViewAugmentedIndexView. augment(org.jboss.jandex.IndexView index)Constructors in io.smallrye.openapi.runtime.scanner.dataobject with parameters of type AugmentedIndexView Constructor Description DataObjectDeque(AugmentedIndexView index)IgnoreResolver(AugmentedIndexView index) -
Uses of AugmentedIndexView in io.smallrye.openapi.runtime.scanner.spi
Methods in io.smallrye.openapi.runtime.scanner.spi that return AugmentedIndexView Modifier and Type Method Description AugmentedIndexViewAnnotationScannerContext. getAugmentedIndex() -
Uses of AugmentedIndexView in io.smallrye.openapi.runtime.util
Methods in io.smallrye.openapi.runtime.util with parameters of type AugmentedIndexView Modifier and Type Method Description static Set<org.jboss.jandex.Type>JandexUtil. interfaces(AugmentedIndexView index, org.jboss.jandex.ClassInfo klass)Retrieve the uniqueTypes that the givenClassInfoimplements.
-