Class IgnoreResolver
- java.lang.Object
-
- io.smallrye.openapi.runtime.scanner.dataobject.IgnoreResolver
-
public class IgnoreResolver extends Object
- Author:
- Marc Savy <marc@rhymewithgravy.com>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIgnoreResolver.Visibility
-
Constructor Summary
Constructors Constructor Description IgnoreResolver(AugmentedIndexView index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IgnoreResolver.VisibilitygetDescendantVisibility(String propertyName, List<org.jboss.jandex.ClassInfo> descendants)IgnoreResolver.VisibilityisIgnore(org.jboss.jandex.AnnotationTarget annotationTarget, org.jboss.jandex.AnnotationTarget reference)
-
-
-
Constructor Detail
-
IgnoreResolver
public IgnoreResolver(AugmentedIndexView index)
-
-
Method Detail
-
isIgnore
public IgnoreResolver.Visibility isIgnore(org.jboss.jandex.AnnotationTarget annotationTarget, org.jboss.jandex.AnnotationTarget reference)
-
getDescendantVisibility
public IgnoreResolver.Visibility getDescendantVisibility(String propertyName, List<org.jboss.jandex.ClassInfo> descendants)
-
-