package annotations
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class CollectionFormatFromItems() extends Annotation with Product with Serializable
- case class DefaultPayload() extends Annotation with Product with Serializable
- case class EndPointBodyParameter() extends Annotation with Product with Serializable
- case class EndPointParameter() extends Annotation with Product with Serializable
- case class ExtensionProvenance(baseId: String, baseLocation: Option[String]) extends SerializableAnnotation with UriAnnotation with PerpetualAnnotation with Product with Serializable
- case class FormBodyParameter() extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
- case class GeneratedJSONSchema(rawText: String) extends Annotation with Product with Serializable
- case class Inferred() extends Annotation with Product with Serializable
- case class InlineDefinition() extends Annotation with Product with Serializable
- case class JSONSchemaId(id: String) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
- case class LocalLinkPath(rawPath: String) extends SerializableAnnotation with Product with Serializable
- case class ParameterNameForPayload(paramName: String, range: Range) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
- case class ParsedJSONExample(rawText: String) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
- case class ParsedJSONSchema(rawText: String) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
- case class ReferencedElement(parsedUrl: String, referenced: DomainElement) extends Annotation with Product with Serializable
- case class RequiredParamPayload(required: Boolean, range: Range) extends SerializableAnnotation with PerpetualAnnotation with Product with Serializable
- case class SchemaIsJsonSchema() extends Annotation with Product with Serializable
Value Members
- object ExtensionProvenance extends AnnotationGraphLoader with Serializable
- object FormBodyParameter extends AnnotationGraphLoader with Serializable
- object JSONSchemaId extends AnnotationGraphLoader with Serializable
- object LocalLinkPath extends AnnotationGraphLoader with Serializable
- object ParameterNameForPayload extends AnnotationGraphLoader with Serializable
- object ParsedJSONExample extends AnnotationGraphLoader with Serializable
- object ParsedJSONSchema extends AnnotationGraphLoader with Serializable
- object RequiredParamPayload extends AnnotationGraphLoader with Serializable
- object WebApiAnnotations