Uses of Class
io.smallrye.openapi.runtime.scanner.dataobject.IgnoreResolver.Visibility
-
Packages that use IgnoreResolver.Visibility Package Description io.smallrye.openapi.runtime.scanner.dataobject -
-
Uses of IgnoreResolver.Visibility in io.smallrye.openapi.runtime.scanner.dataobject
Methods in io.smallrye.openapi.runtime.scanner.dataobject that return IgnoreResolver.Visibility Modifier and Type Method Description IgnoreResolver.VisibilityIgnoreResolver. getDescendantVisibility(String propertyName, List<org.jboss.jandex.ClassInfo> descendants)IgnoreResolver.VisibilityIgnoreResolver. isIgnore(org.jboss.jandex.AnnotationTarget annotationTarget, org.jboss.jandex.AnnotationTarget reference)static IgnoreResolver.VisibilityIgnoreResolver.Visibility. valueOf(String name)Returns the enum constant of this type with the specified name.static IgnoreResolver.Visibility[]IgnoreResolver.Visibility. values()Returns an array containing the constants of this enum type, in the order they are declared.
-