trait RestActionCategoryEngine2Impls extends AnyRef
2nd generation engines with Pegasus DataMaps at the core. To use, import them at the top of your file.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RestActionCategoryEngine2Impls
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class ProcessedResponse(response: DataMap, codec: FlattenedFilteringJacksonDataCodec, etag: (String, String)) extends Product with Serializable
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
- implicit def actionActionCategoryEngine[Key, Resource, Response](implicit responseWrites: NaptimeActionSerializer[Response]): RestActionCategoryEngine[ActionRestActionCategory, Key, Resource, Response]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit def createActionCategoryEngine[Key, Resource](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine[CreateRestActionCategory, Key, Resource, Keyed[Key, Option[Resource]]]
- implicit def deleteActionCategoryEngine[Key, Resource](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine[DeleteRestActionCategory, Key, Resource, Unit]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- implicit def finderActionCategoryEngine[Key, Resource](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine2[FinderRestActionCategory, Key, Resource, Seq[Keyed[Key, Resource]]]
- implicit def getActionCategoryEngine[Key, Resource](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine2[GetRestActionCategory, Key, Resource, Keyed[Key, Resource]]
- implicit def getAllActionCategoryEngine[Key, Resource](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine2[GetAllRestActionCategory, Key, Resource, Seq[Keyed[Key, Resource]]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def multiGetActionCategoryEngine[Key, Resource](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine2[MultiGetRestActionCategory, Key, Resource, Seq[Keyed[Key, Resource]]]
-
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()
- implicit def patchActionCategoryEngine[Key, Resource](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine[PatchRestActionCategory, Key, Resource, Keyed[Key, Resource]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- implicit def updateActionCategoryEngine[Key, Resource](implicit naptimeSerializer: NaptimeSerializer[Resource], keyFormat: KeyFormat[Key]): RestActionCategoryEngine[UpdateRestActionCategory, Key, Resource, Option[Keyed[Key, Resource]]]
-
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()