com.improving.grpc_rest_gateway.compiler.utils.path_parser

Members list

Type members

Classlikes

case class MethodInfo[Source](patternCase: PatternCase, fullPath: String, body: String, source: Source)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object MethodInfo

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
MethodInfo.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class RawPath[Source](path: String, methodInfos: List[MethodInfo[Source]])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RawPath

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
RawPath.type
class TreeNode[Source]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object TreeNode

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
TreeNode.type

Types

type RawValue[Source] = (String, PatternCase, String, Source)