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] = Map.empty)(implicit properties: LinkedHashMap[String, ModelProperty])

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

    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

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

  10. def finalize(): Unit

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

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

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

  14. def hashCode(): Int

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

  16. final def isInstanceOf[T0]: Boolean

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

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

  19. final def notify(): Unit

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

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

  22. def parseField(field: Field): Any

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

  24. def parseMethod(method: Method): Any

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

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

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

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

  29. val processedFields: ListBuffer[String]

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

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

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

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

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

  35. def toString(): String

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

  37. def validateDatatype(dataType: String): String

  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 AnyRef

Inherited from Any

Ungrouped