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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. val GenericTypeMapper: Regex

  7. val NEGATIVE_INFINITY_STRING: String

    Definition Classes
    ClassReaderUtils
  8. val POSITIVE_INFINITY_STRING: String

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

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

  11. final def asInstanceOf[T0]: T0

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

    Definition Classes
    ClassReaderUtils
  13. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

  24. final def notify(): Unit

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

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

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

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

  29. def pathFromMethod(method: Method): String

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

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

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

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

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

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

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

    Definition Classes
    ClassReaderUtils
  37. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ClassReaderUtils

Inherited from ClassReader

Inherited from AnyRef

Inherited from Any

Ungrouped