Class

com.github.swagger.scala.converter

AnnotatedTypeForOption

Related Doc: package converter

Permalink

class AnnotatedTypeForOption extends AnnotatedType

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnnotatedTypeForOption
  2. AnnotatedType
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AnnotatedTypeForOption()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def components(arg0: Components): AnnotatedType

    Permalink
    Definition Classes
    AnnotatedType
  7. def ctxAnnotations(arg0: Array[Annotation]): AnnotatedType

    Permalink
    Definition Classes
    AnnotatedType
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnnotatedType → AnyRef → Any
  10. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getComponents(): Components

    Permalink
    Definition Classes
    AnnotatedType
  13. def getCtxAnnotations(): Array[Annotation]

    Permalink
    Definition Classes
    AnnotatedType
  14. def getJsonUnwrappedHandler(): Function[AnnotatedType, Schema]

    Permalink
    Definition Classes
    AnnotatedType
  15. def getJsonViewAnnotation(): JsonView

    Permalink
    Definition Classes
    AnnotatedType
  16. def getName(): String

    Permalink
    Definition Classes
    AnnotatedType
  17. def getParent(): Schema[_]

    Permalink
    Definition Classes
    AnnotatedType
  18. def getPropertyName(): String

    Permalink
    Definition Classes
    AnnotatedType
  19. def getType(): Type

    Permalink
    Definition Classes
    AnnotatedType
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnnotatedType → AnyRef → Any
  21. def includePropertiesWithoutJSONView(arg0: Boolean): AnnotatedType

    Permalink
    Definition Classes
    AnnotatedType
  22. def isIncludePropertiesWithoutJSONView(): Boolean

    Permalink
    Definition Classes
    AnnotatedType
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def isResolveAsRef(): Boolean

    Permalink
    Definition Classes
    AnnotatedType
  25. def isSchemaProperty(): Boolean

    Permalink
    Definition Classes
    AnnotatedType
  26. def isSkipJsonIdentity(): Boolean

    Permalink
    Definition Classes
    AnnotatedType
  27. def isSkipOverride(): Boolean

    Permalink
    Definition Classes
    AnnotatedType
  28. def isSkipSchemaName(): Boolean

    Permalink
    Definition Classes
    AnnotatedType
  29. def jsonUnwrappedHandler(arg0: Function[AnnotatedType, Schema]): AnnotatedType

    Permalink
    Definition Classes
    AnnotatedType
  30. def jsonViewAnnotation(arg0: JsonView): AnnotatedType

    Permalink
    Definition Classes
    AnnotatedType
  31. def name(arg0: String): AnnotatedType

    Permalink
    Definition Classes
    AnnotatedType
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def parent(arg0: Schema[_]): AnnotatedType

    Permalink
    Definition Classes
    AnnotatedType
  36. def propertyName(arg0: String): AnnotatedType

    Permalink
    Definition Classes
    AnnotatedType
  37. def resolveAsRef(arg0: Boolean): AnnotatedType

    Permalink
    Definition Classes
    AnnotatedType
  38. def schemaProperty(arg0: Boolean): AnnotatedType

    Permalink
    Definition Classes
    AnnotatedType
  39. def setComponents(arg0: Components): Unit

    Permalink
    Definition Classes
    AnnotatedType
  40. def setCtxAnnotations(arg0: Array[Annotation]): Unit

    Permalink
    Definition Classes
    AnnotatedType
  41. def setIncludePropertiesWithoutJSONView(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AnnotatedType
  42. def setJsonUnwrappedHandler(arg0: Function[AnnotatedType, Schema]): Unit

    Permalink
    Definition Classes
    AnnotatedType
  43. def setJsonViewAnnotation(arg0: JsonView): Unit

    Permalink
    Definition Classes
    AnnotatedType
  44. def setName(arg0: String): Unit

    Permalink
    Definition Classes
    AnnotatedType
  45. def setParent(arg0: Schema): Unit

    Permalink
    Definition Classes
    AnnotatedType
  46. def setPropertyName(arg0: String): Unit

    Permalink
    Definition Classes
    AnnotatedType
  47. def setResolveAsRef(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AnnotatedType
  48. def setSchemaProperty(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AnnotatedType
  49. def setSkipJsonIdentity(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AnnotatedType
  50. def setSkipOverride(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AnnotatedType
  51. def setSkipSchemaName(arg0: Boolean): Unit

    Permalink
    Definition Classes
    AnnotatedType
  52. def setType(arg0: Type): Unit

    Permalink
    Definition Classes
    AnnotatedType
  53. def skipJsonIdentity(arg0: Boolean): AnnotatedType

    Permalink
    Definition Classes
    AnnotatedType
  54. def skipOverride(arg0: Boolean): AnnotatedType

    Permalink
    Definition Classes
    AnnotatedType
  55. def skipSchemaName(arg0: Boolean): AnnotatedType

    Permalink
    Definition Classes
    AnnotatedType
  56. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  57. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  58. def type(arg0: Type): AnnotatedType

    Permalink
    Definition Classes
    AnnotatedType
  59. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnnotatedType

Inherited from AnyRef

Inherited from Any

Ungrouped