| Package | Description |
|---|---|
| io.smallrye.openapi.runtime.util |
| Modifier and Type | Method and Description |
|---|---|
static JandexUtil.RefType |
JandexUtil.RefType.fromComponentPath(String path) |
static JandexUtil.RefType |
JandexUtil.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.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
JandexUtil.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.
|
Copyright © 2018–2021. All rights reserved.