Class

com.github.swagger.scala.converter

AnnotatedTypeForOption

Related Doc: package converter

Permalink

class AnnotatedTypeForOption extends AnnotatedType

Linear Supertypes
AnnotatedType, AnyRef, Any
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
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def ctxAnnotations(arg0: Array[Annotation]): AnnotatedType

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

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

    Permalink
    Definition Classes
    AnnotatedType → AnyRef → Any
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  10. def getCtxAnnotations(): Array[Annotation]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnnotatedType → AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. def parent(arg0: Schema[_]): AnnotatedType

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnnotatedType
  52. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnnotatedType

Inherited from AnyRef

Inherited from Any

Ungrouped