case class CollectionResourcePathParser[+T](resourceName: String, resourceVersion: Int)(implicit stringFormat: StringKeyFormat[T]) extends ResourcePathParser[T] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CollectionResourcePathParser
- Serializable
- Serializable
- Product
- Equals
- ResourcePathParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CollectionResourcePathParser(resourceName: String, resourceVersion: Int)(implicit stringFormat: StringKeyFormat[T])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parseOptUrl(url: String): UrlParseResult[Option[T]]
Parse the URL leaving the option for the key to be missing (i.e.
Parse the URL leaving the option for the key to be missing (i.e. in the case that the path for the request is for a finder, or an action, instead of for an individual element in the collection.)
- url
The url to parse an optional
Tfrom.- returns
The parsed result.
- Definition Classes
- CollectionResourcePathParser → ResourcePathParser
-
def
parseUrl(url: String): UrlParseResult[T]
Parse the url as if there were nesting / etc.
Parse the url as if there were nesting / etc.
- url
The url to parse a
Tfrom.- returns
Either a ParseSuccess or a ParseFailure.
- Definition Classes
- CollectionResourcePathParser → ResourcePathParser
- val resourceName: String
- val resourceVersion: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()