Uses of Class
io.smallrye.openapi.runtime.util.JandexUtil.RefType
-
Packages that use JandexUtil.RefType Package Description io.smallrye.openapi.runtime.util -
-
Uses of JandexUtil.RefType in io.smallrye.openapi.runtime.util
Methods in io.smallrye.openapi.runtime.util that return JandexUtil.RefType Modifier and Type Method Description static JandexUtil.RefTypeJandexUtil.RefType. fromComponentPath(String path)static JandexUtil.RefTypeJandexUtil.RefType. valueOf(String name)Returns 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.RefType Modifier and Type Method Description static 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.
-