Class TypeProcessor

java.lang.Object
io.smallrye.openapi.runtime.scanner.dataobject.TypeProcessor

public class TypeProcessor extends Object
Process Type instances.
Author:
Marc Savy <marc@rhymewithgravy.com>
  • Constructor Details

  • Method Details

    • getSchema

      public org.eclipse.microprofile.openapi.models.media.Schema getSchema()
    • processType

      public org.jboss.jandex.Type processType()
    • allowRegistration

      public boolean allowRegistration()
      Only allow registration of a type if the annotation target (field or method) that refers to the type's class is not annotated with an annotation that alters the visibility of fields in the class.
      See Also:
    • pushObjectStackInput

      public void pushObjectStackInput()