| Package | Description |
|---|---|
| io.smallrye.openapi.runtime.scanner.dataobject |
| Modifier and Type | Method and Description |
|---|---|
DataObjectDeque.PathEntry |
DataObjectDeque.PathEntry.getEnclosing() |
DataObjectDeque.PathEntry |
DataObjectDeque.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.PathEntry |
DataObjectDeque.peek()
Look at top of stack, but don't remove.
|
DataObjectDeque.PathEntry |
DataObjectDeque.pop()
Remove and return top element from stack.
|
DataObjectDeque.PathEntry |
DataObjectDeque.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).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataObjectDeque.PathEntry.hasParent(DataObjectDeque.PathEntry candidate) |
boolean |
IgnoreResolver.isIgnore(org.jboss.jandex.AnnotationTarget annotationTarget,
DataObjectDeque.PathEntry pathEntry) |
DataObjectDeque.PathEntry |
DataObjectDeque.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.Schema |
AnnotationTargetProcessor.process(AugmentedIndexView index,
DataObjectDeque objectStack,
TypeResolver typeResolver,
DataObjectDeque.PathEntry parentPathEntry) |
static org.eclipse.microprofile.openapi.models.media.Schema |
AnnotationTargetProcessor.process(AugmentedIndexView index,
DataObjectDeque objectStack,
TypeResolver typeResolver,
DataObjectDeque.PathEntry parentPathEntry,
org.jboss.jandex.Type type) |
void |
DataObjectDeque.push(org.jboss.jandex.AnnotationTarget annotationTarget,
@NotNull DataObjectDeque.PathEntry parentPathEntry,
@NotNull org.jboss.jandex.Type type,
@NotNull org.eclipse.microprofile.openapi.models.media.Schema schema)
Create new entry and push to stack.
|
void |
DataObjectDeque.push(DataObjectDeque.PathEntry entry)
Push entry to stack.
|
| Constructor and Description |
|---|
AnnotationTargetProcessor(AugmentedIndexView index,
DataObjectDeque objectStack,
DataObjectDeque.PathEntry parentPathEntry,
TypeResolver typeResolver,
org.jboss.jandex.AnnotationTarget annotationTarget,
org.jboss.jandex.Type entityType) |
AnnotationTargetProcessor(AugmentedIndexView index,
DataObjectDeque objectStack,
TypeResolver typeResolver,
DataObjectDeque.PathEntry parentPathEntry) |
AnnotationTargetProcessor(AugmentedIndexView index,
DataObjectDeque objectStack,
TypeResolver typeResolver,
DataObjectDeque.PathEntry parentPathEntry,
org.jboss.jandex.Type type) |
TypeProcessor(AugmentedIndexView index,
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) |
Copyright © 2018–2019. All rights reserved.