package annotations

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class AnnotationOpsFor(e: AmfElement) extends Product with Serializable
  2. case class BodyParameter() extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
  3. case class DefaultPayload() extends Annotation with Product with Serializable
  4. case class EmptyPayload() extends Annotation with Product with Serializable
  5. case class EndPointBodyParameter() extends Annotation with Product with Serializable
  6. case class EndPointParameter() extends Annotation with Product with Serializable
  7. case class EndPointResourceTypeEntry(range: PositionRange) extends Annotation with Product with Serializable
  8. case class EndPointTraitEntry(range: PositionRange) extends Annotation with Product with Serializable
  9. case class ExampleIndex(index: Int) extends Annotation with Product with Serializable
  10. case class ExtendsReference(ref: String) extends SerializableAnnotation with Product with Serializable
  11. case class FormBodyParameter() extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
  12. case class InvalidBinding(value: String) extends SerializableAnnotation with Product with Serializable
  13. case class LocalLinkPath(rawPath: String) extends SerializableAnnotation with Product with Serializable
  14. case class OperationTraitEntry(range: PositionRange) extends Annotation with Product with Serializable
  15. case class ParameterBindingInBodyLexicalInfo(range: PositionRange) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
  16. case class ParameterNameForPayload(paramName: String, range: PositionRange) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
  17. case class ParentEndPoint(parent: Option[EndPoint]) extends SerializableAnnotation with UriAnnotation with ResolvableAnnotation with Product with Serializable
  18. case class ReferencedElement(parsedUrl: String, referenced: DomainElement) extends Annotation with Product with Serializable
  19. case class RequiredParamPayload(required: Boolean, range: PositionRange) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable

Value Members

  1. object AnnotationSyntax
  2. object BodyParameter extends AnnotationGraphLoader with Serializable
  3. object ExtendsReference extends AnnotationGraphLoader with Serializable
  4. object FormBodyParameter extends AnnotationGraphLoader with Serializable
  5. object InvalidBinding extends AnnotationGraphLoader with Serializable
  6. object LocalLinkPath extends AnnotationGraphLoader with Serializable
  7. object ParameterBindingInBodyLexicalInfo extends AnnotationGraphLoader with Serializable
  8. object ParameterNameForPayload extends AnnotationGraphLoader with Serializable
  9. object ParentEndPoint extends AnnotationGraphLoader with Serializable
  10. object RequiredParamPayload extends AnnotationGraphLoader with Serializable

Ungrouped