pl.matisoft.swagger

PlayApiReader

Related Doc: package swagger

class PlayApiReader extends JaxrsApiReader

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

Instance Constructors

  1. new PlayApiReader(routes: Option[Router])

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

    Definition Classes
    JaxrsApiReader
  5. val NEGATIVE_INFINITY_STRING: String

    Definition Classes
    ClassReaderUtils
  6. val POSITIVE_INFINITY_STRING: String

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

    Definition Classes
    JaxrsApiReader
  8. def appendOperation(resourcePath: String, operation: Operation, operationsMap: Map[String, List[Operation]]): Map[String, List[Operation]]

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

    Definition Classes
    JaxrsApiReader
  10. final def asInstanceOf[T0]: T0

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

    Definition Classes
    ClassReaderUtils
  12. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def findSubresourceType(method: Method): Class[_]

    Definition Classes
    PlayApiReader → JaxrsApiReader
  17. def genNickname(fullMethodName: String, httpMethod: Option[String] = None): String

  18. def getAllFields(cls: Class[_]): List[Field]

    Definition Classes
    JaxrsApiReader
  19. def getAllParamsFromFields(cls: Class[_]): List[Parameter]

    Definition Classes
    JaxrsApiReader
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def getFullMethodName(clazz: Class[_], method: Method): String

  22. def getPath(clazz: Class[_], method: Method): Option[String]

    Get the path for a given method

  23. def hashCode(): Int

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

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

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

    Definition Classes
    JaxrsApiReader
  27. final def notify(): Unit

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

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

    Definition Classes
    JaxrsApiReader
  30. def parseHttpMethod(method: Method, op: ApiOperation): String

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

    Definition Classes
    JaxrsApiReader
  32. def pathFromMethod(method: Method): String

    Definition Classes
    JaxrsApiReader
  33. def processAllowableValues(paramType: Class[_], genericParamType: Type): Product with Serializable with AllowableValues

    Definition Classes
    JaxrsApiReader
  34. def processDataType(paramType: Class[_], genericParamType: Type): String

    Definition Classes
    JaxrsApiReader
  35. def processImplicitParams(method: Method): List[Parameter]

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

    Definition Classes
    PlayApiReader → JaxrsApiReader
  37. def processParams(method: Method): List[Parameter]

  38. def processResponsesAnnotation(responseAnnotations: ApiResponses): List[ResponseMessage]

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

    Definition Classes
    PlayApiReader → JaxrsApiReader → ClassReader
  40. def readMethod(method: Method, fullMethodName: String): Option[Operation]

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

    Definition Classes
    PlayApiReader → JaxrsApiReader
  42. def readString(value: String, defaultValue: String, ignoreValue: String): String

    Definition Classes
    JaxrsApiReader
  43. val routes: Option[Router]

  44. def routesCache: Map[String, RouteEntry]

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

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

    Definition Classes
    ClassReaderUtils
  47. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def readMethod(method: Method, parentParams: List[Parameter], parentMethods: ListBuffer[Method]): Option[Operation]

    Do not be tempted to use this....

    Do not be tempted to use this.... this is here to cover the method in the superclass.

    method
    parentParams
    parentMethods
    returns
    Definition Classes
    PlayApiReader → JaxrsApiReader
    Annotations
    @Deprecated
    Deprecated

    - do not be tempted to use this.... this is here to cover the method in the superclass.

Inherited from JaxrsApiReader

Inherited from ClassReaderUtils

Inherited from ClassReader

Inherited from AnyRef

Inherited from Any

Ungrouped