com.wordnik.swagger.converter

ModelPropertyParser

class ModelPropertyParser extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ModelPropertyParser
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ModelPropertyParser(cls: Class[_], t: Map[String, String] = ...)(implicit properties: LinkedHashMap[String, ModelProperty])

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  10. val excludedFieldTypes: HashSet[String]

  11. def extractGetterProperty(methodFieldName: String): (String, Boolean)

  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getDataType(genericReturnType: Type, returnType: Type, isSimple: Boolean = false): String

  15. def getDeclaredField(inputClass: Class[_], fieldName: String): Field

  16. def getScalaEnumAllowableValues(enumObjectName: String): Option[AllowableListValues]

    Obtain the list of values part of a given Scala enumeration object.

    Obtain the list of values part of a given Scala enumeration object.

    enumObjectName

    - Fully qualified class name for the enumeration object (e.g., com.wordnik.MyEnum$)

    returns

    Some(AllowableListValues(valid enum values)) if successful None if unable to obtain a list of enum values for the given enumObjectName

  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def isComplex(typeName: String): Boolean

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def isScalaEnumValue(cls: Class[_]): Boolean

    cls
    returns

    - true if the class represents a value in an Enumeration false otherwise

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final val negativeInfinity: String("-infinity")

  23. final def notify(): Unit

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

    Definition Classes
    AnyRef
  25. def parse: Option[Unit]

  26. def parseField(field: Field): Any

  27. def parseIgnorePropertiesClassAnnotation(returnClass: Class[_]): Array[String]

  28. def parseMethod(method: Method): Any

  29. def parsePropertyAnnotations(returnClass: Class[_], propertyName: String, propertyAnnotations: Array[Annotation], genericReturnType: Type, returnType: Type, isField: Boolean): Any

  30. def parseRecursive(hostClass: Class[_]): Unit

  31. final val positiveInfinity: String("infinity")

  32. def processAnnotations(name: String, annotations: Array[Annotation]): HashMap[String, Any]

  33. val processedFields: ListBuffer[String]

  34. def readName(hostClass: Class[_], isSimple: Boolean = true): String

  35. def readString(s: String, existingValue: String = null, ignoreValue: String = null): String

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

    Definition Classes
    AnyRef
  37. def toAllowableRange(ranges: Array[String], inputStr: String): AllowableValues

  38. def toAllowableValues(csvString: String, paramType: String = null): AllowableValues

  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. val typeMap: Map[String, String]

  41. def validateDatatype(dataType: String): String

  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped