Classes
The following classes are available globally.
-
Location of storing the parsed source code (API & previous Facade)
See moreDeclaration
Swift
public class CodeStore
-
Abstract content type
See moreDeclaration
Swift
class ContentType : Decodable
-
represents an endpoint content type
See moreDeclaration
Swift
class Endpoint : ContentType
-
represents an enum content type
See moreDeclaration
Swift
class EnumModel : ContentType
-
represents a method content type
See moreDeclaration
Swift
class Method : ContentType
-
represents a schema model content type
See moreDeclaration
Swift
class Model : ContentType
-
represents a variable, property, parameter and return value content type
See moreDeclaration
Swift
class Variable : ContentType
-
represents the semantic version of the migration guide
See moreDeclaration
Swift
class SemanticVersion : Comparable
-
represents the migration guide
See moreDeclaration
Swift
class MigrationGuide : Decodable
-
represents all migrations resulting from the migration guide
See moreDeclaration
Swift
class MigrationSet
-
Wraps class type of Sourcery
See moreDeclaration
Swift
class WrappedClass : Modifiable
-
Wraps struct types of Sourcery
See moreDeclaration
-
Wraps the enum type of Sourcery
See moreDeclaration
Swift
class WrappedEnum : Modifiable
-
Wraps the EnumCase of Sourcery
See moreDeclaration
Swift
class WrappedEnumCase : Modifiable
-
Wraps the AssociatedValue Sourcery Type
See moreDeclaration
Swift
class WrappedAssociatedValue
-
Wrapped method of sourcery Method
See moreDeclaration
Swift
class WrappedMethod : Modifiable
-
Wrapped parameter of sourcery MethodParameter
See moreDeclaration
Swift
class WrappedMethodParameter : Modifiable
-
Wrapped types of sourcery types
See moreDeclaration
Swift
class WrappedTypeName
-
Wrapper for sourcery type - used by parser to bundle identified source code types found in source code string
See moreDeclaration
Swift
class WrappedTypes
-
Variable wrapped SourceryVariable
See moreDeclaration
Swift
class WrappedVariable : Modifiable