Class DataObjectDeque.PathEntry

java.lang.Object
io.smallrye.openapi.runtime.scanner.dataobject.DataObjectDeque.PathEntry
Enclosing class:
DataObjectDeque

public static final class DataObjectDeque.PathEntry extends Object
An entry on the object stack.
  • Method Details

    • hasParent

      public boolean hasParent(DataObjectDeque.PathEntry candidate)
    • getAnnotationTarget

      public org.jboss.jandex.AnnotationTarget getAnnotationTarget()
    • getEnclosing

      public DataObjectDeque.PathEntry 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toStringWithGraph

      public String toStringWithGraph()