com.gettyimages.spray.swagger

SprayApiReader

class SprayApiReader extends ClassReader with ClassReaderUtils with LazyLogging

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

Instance Constructors

  1. new SprayApiReader()

Type Members

  1. class MutableParameter extends AnyRef

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 findSubresourceType(method: Method): Class[_]

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

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

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

    Definition Classes
    Any
  21. lazy val logger: Logger

    Attributes
    protected
    Definition Classes
    LazyLogging → Logging
  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 processDataType(paramType: Class[_], genericParamType: Type): String

  27. def processImplicitParams(method: Method): List[Parameter]

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

  29. def processParams(method: Method): List[Parameter]

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

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

    Definition Classes
    SprayApiReader → ClassReader
  32. def readMethod(method: Method): Option[Operation]

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

  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 LazyLogging

Inherited from Logging

Inherited from ClassReaderUtils

Inherited from ClassReader

Inherited from AnyRef

Inherited from Any

Ungrouped