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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)org.jboss.jandex.AnnotationTargetgetAnnotationTarget()org.jboss.jandex.ClassInfogetClazz()org.jboss.jandex.TypegetClazzType()DataObjectDeque.PathEntrygetEnclosing()org.eclipse.microprofile.openapi.models.media.SchemagetSchema()inthashCode()booleanhasParent(DataObjectDeque.PathEntry candidate)voidsetSchema(org.eclipse.microprofile.openapi.models.media.Schema schema)StringtoString()StringtoStringWithGraph()
-
-
-
Method Detail
-
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)
-
toStringWithGraph
public String toStringWithGraph()
-
-