Packages

package annotations

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CollectionFormatFromItems() extends Annotation with Product with Serializable
  2. case class DefaultPayload() extends Annotation with Product with Serializable
  3. case class EndPointBodyParameter() extends Annotation with Product with Serializable
  4. case class EndPointParameter() extends Annotation with Product with Serializable
  5. case class ExtensionProvenance(baseId: String, baseLocation: Option[String]) extends SerializableAnnotation with UriAnnotation with PerpetualAnnotation with Product with Serializable
  6. case class FormBodyParameter() extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
  7. case class GeneratedJSONSchema(rawText: String) extends Annotation with Product with Serializable
  8. case class Inferred() extends Annotation with Product with Serializable
  9. case class InlineDefinition() extends Annotation with Product with Serializable
  10. case class JSONSchemaId(id: String) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
  11. case class LocalLinkPath(rawPath: String) extends SerializableAnnotation with Product with Serializable
  12. case class ParameterNameForPayload(paramName: String, range: Range) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
  13. case class ParsedJSONExample(rawText: String) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
  14. case class ParsedJSONSchema(rawText: String) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
  15. case class ReferencedElement(parsedUrl: String, referenced: DomainElement) extends Annotation with Product with Serializable
  16. case class RequiredParamPayload(required: Boolean, range: Range) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
  17. case class SchemaIsJsonSchema() extends Annotation with Product with Serializable

Value Members

  1. object ExtensionProvenance extends AnnotationGraphLoader with Serializable
  2. object FormBodyParameter extends AnnotationGraphLoader with Serializable
  3. object JSONSchemaId extends AnnotationGraphLoader with Serializable
  4. object LocalLinkPath extends AnnotationGraphLoader with Serializable
  5. object ParameterNameForPayload extends AnnotationGraphLoader with Serializable
  6. object ParsedJSONExample extends AnnotationGraphLoader with Serializable
  7. object ParsedJSONSchema extends AnnotationGraphLoader with Serializable
  8. object RequiredParamPayload extends AnnotationGraphLoader with Serializable
  9. object WebApiAnnotations

Ungrouped