Uses of Enum
io.smallrye.openapi.runtime.util.JandexUtil.RefType
Packages that use JandexUtil.RefType
-
Uses of JandexUtil.RefType in io.smallrye.openapi.runtime.util
Methods in io.smallrye.openapi.runtime.util that return JandexUtil.RefTypeModifier and TypeMethodDescriptionstatic JandexUtil.RefTypeJandexUtil.RefType.fromComponentPath(String path) static JandexUtil.RefTypeReturns the enum constant of this type with the specified name.static JandexUtil.RefType[]JandexUtil.RefType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.smallrye.openapi.runtime.util with parameters of type JandexUtil.RefTypeModifier and TypeMethodDescriptionstatic StringJandexUtil.refValue(org.jboss.jandex.AnnotationInstance annotation, JandexUtil.RefType refType) Reads a string property named "ref" value from the given annotation and converts it to a value appropriate for setting on a model's "$ref" property.