com.wordnik.swagger.jaxrs

JaxrsApiReader

trait JaxrsApiReader extends ClassReader with ClassReaderUtils

Linear Supertypes
ClassReaderUtils, ClassReader, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JaxrsApiReader
  2. ClassReaderUtils
  3. ClassReader
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def findSubresourceType(method: Method): Class[_]

  2. abstract def processParamAnnotations(mutable: MutableParameter, paramAnnotations: Array[Annotation]): List[Parameter]

  3. abstract def readRecursive(docRoot: String, parentPath: String, cls: Class[_], config: SwaggerConfig, operations: ListBuffer[(String, String, ListBuffer[Operation])], parentMethods: ListBuffer[Method]): Option[ApiListing]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. val GenericTypeMapper: Regex

  5. val NEGATIVE_INFINITY_STRING: String

    Definition Classes
    ClassReaderUtils
  6. val POSITIVE_INFINITY_STRING: String

    Definition Classes
    ClassReaderUtils
  7. def addLeadingSlash(e: String): String

  8. def appendOperation(endpoint: String, path: String, op: Operation, operations: ListBuffer[(String, String, ListBuffer[Operation])]): ListBuffer[_ >: Operation with (String, String, ListBuffer[Operation]) <: Product with Serializable]

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def buildAllowableRangeValues(ranges: Array[String], inputStr: String): AllowableRangeValues

    Definition Classes
    ClassReaderUtils
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getAllFields(cls: Class[_]): List[Field]

  16. def getAllParamsFromFields(cls: Class[_]): List[Parameter]

  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def normalizeContainer(str: String): String

  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def parseApiParamAnnotation(param: MutableParameter, annotation: ApiParam): Unit

  25. def parseHttpMethod(method: Method, op: ApiOperation): String

  26. def parseOperation(method: Method, apiOperation: ApiOperation, apiResponses: List[ResponseMessage], isDeprecated: String, parentParams: List[Parameter], parentMethods: ListBuffer[Method]): Operation

  27. def pathFromMethod(method: Method): String

  28. def processAllowableValues(paramType: Class[_], genericParamType: Type): Product with Serializable with AllowableValues

  29. def processDataType(paramType: Class[_], genericParamType: Type): String

  30. def read(docRoot: String, cls: Class[_], config: SwaggerConfig): Option[ApiListing]

    Definition Classes
    JaxrsApiReader → ClassReader
  31. def readMethod(method: Method, parentParams: List[Parameter], parentMethods: ListBuffer[Method]): Option[Operation]

  32. def readString(value: String, defaultValue: String = null, ignoreValue: String = null): String

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toAllowableValues(csvString: String, paramType: String): AllowableValues

    Definition Classes
    ClassReaderUtils
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ClassReaderUtils

Inherited from ClassReader

Inherited from AnyRef

Inherited from Any

Ungrouped