Uses of Class
io.smallrye.openapi.runtime.scanner.dataobject.DataObjectDeque.PathEntry
-
Packages that use DataObjectDeque.PathEntry Package Description io.smallrye.openapi.runtime.scanner.dataobject -
-
Uses of DataObjectDeque.PathEntry in io.smallrye.openapi.runtime.scanner.dataobject
Methods in io.smallrye.openapi.runtime.scanner.dataobject that return DataObjectDeque.PathEntry Modifier and Type Method Description DataObjectDeque.PathEntryDataObjectDeque.PathEntry. getEnclosing()DataObjectDeque.PathEntryDataObjectDeque. leafNode(DataObjectDeque.PathEntry parentNode, org.jboss.jandex.AnnotationTarget annotationTarget, org.jboss.jandex.Type classType, org.eclipse.microprofile.openapi.models.media.Schema schema)Create a leaf node (i.e.DataObjectDeque.PathEntryDataObjectDeque. peek()Look at top of stack, but don't remove.DataObjectDeque.PathEntryDataObjectDeque. pop()Remove and return top element from stack.DataObjectDeque.PathEntryDataObjectDeque. rootNode(org.jboss.jandex.AnnotationTarget annotationTarget, org.jboss.jandex.ClassInfo classInfo, org.jboss.jandex.Type type, org.eclipse.microprofile.openapi.models.media.Schema rootSchema)Create a root node (first entry in graph).Methods in io.smallrye.openapi.runtime.scanner.dataobject with parameters of type DataObjectDeque.PathEntry Modifier and Type Method Description booleanDataObjectDeque.PathEntry. hasParent(DataObjectDeque.PathEntry candidate)DataObjectDeque.PathEntryDataObjectDeque. leafNode(DataObjectDeque.PathEntry parentNode, org.jboss.jandex.AnnotationTarget annotationTarget, org.jboss.jandex.Type classType, org.eclipse.microprofile.openapi.models.media.Schema schema)Create a leaf node (i.e.static org.eclipse.microprofile.openapi.models.media.SchemaAnnotationTargetProcessor. process(AnnotationScannerContext context, DataObjectDeque objectStack, TypeResolver typeResolver, DataObjectDeque.PathEntry parentPathEntry)static org.eclipse.microprofile.openapi.models.media.SchemaAnnotationTargetProcessor. process(AnnotationScannerContext context, DataObjectDeque objectStack, TypeResolver typeResolver, DataObjectDeque.PathEntry parentPathEntry, org.jboss.jandex.Type type)voidDataObjectDeque. push(DataObjectDeque.PathEntry entry)Push entry to stack.voidDataObjectDeque. push(org.jboss.jandex.AnnotationTarget annotationTarget, DataObjectDeque.PathEntry parentPathEntry, org.jboss.jandex.Type type, org.eclipse.microprofile.openapi.models.media.Schema schema)Create new entry and push to stack.Constructors in io.smallrye.openapi.runtime.scanner.dataobject with parameters of type DataObjectDeque.PathEntry Constructor Description TypeProcessor(AnnotationScannerContext context, DataObjectDeque objectStack, DataObjectDeque.PathEntry parentPathEntry, TypeResolver typeResolver, org.jboss.jandex.Type type, org.eclipse.microprofile.openapi.models.media.Schema schema, org.jboss.jandex.AnnotationTarget annotationTarget)
-