Class DataObjectDeque.PathEntry
java.lang.Object
io.smallrye.openapi.runtime.scanner.dataobject.DataObjectDeque.PathEntry
- Enclosing class:
DataObjectDeque
An entry on the object stack.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.jboss.jandex.AnnotationTargetorg.jboss.jandex.ClassInfogetClazz()org.jboss.jandex.Typeorg.eclipse.microprofile.openapi.models.media.SchemainthashCode()booleanhasParent(DataObjectDeque.PathEntry candidate) voidsetSchema(org.eclipse.microprofile.openapi.models.media.Schema schema) toString()
-
Method Details
-
hasParent
-
getAnnotationTarget
public org.jboss.jandex.AnnotationTarget getAnnotationTarget() -
getEnclosing
-
getClazzType
public org.jboss.jandex.Type getClazzType() -
getClazz
public org.jboss.jandex.ClassInfo getClazz() -
getSchema
public org.eclipse.microprofile.openapi.models.media.Schema getSchema() -
setSchema
public void setSchema(org.eclipse.microprofile.openapi.models.media.Schema schema) -
equals
-
hashCode
public int hashCode() -
toString
-
toStringWithGraph
-