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 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

  15. def hashCode(): Int

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

  17. final def isInstanceOf[T0]: Boolean

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

    cls
    returns

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

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

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

  21. final def notify(): Unit

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

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

  24. def parseField(field: Field): Any

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

  26. def parseMethod(method: Method): Any

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

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

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

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

  31. val processedFields: ListBuffer[String]

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

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

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

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

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

  37. def toString(): String

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

  39. def validateDatatype(dataType: String): String

  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped