ReactiveMongo Play plugin
1.1
ReactiveMongo Play plugin
API
com.github.ghik.silencer
silent
play.modules.reactivemongo
CollectionResolution
DefaultReactiveMongoApi
Formatters
BooleanLikeFormatter
NumberLikeFormatter
MongoController
PathBindables
BSONBSONPathBindable
BSONDateTimePathBindable
BSONDoublePathBindable
BSONLongPathBindable
BSONObjectIDPathBindable
BSONStringPathBindable
BSONSymbolPathBindable
BSONTimestampPathBindable
PlaySupport
FileInfo
ReactiveMongoApi
ReactiveMongoApiComponents
ReactiveMongoApiFromContext
ReactiveMongoComponents
ReactiveMongoModule
ReactiveMongoModule
ReactiveMongoPluginException
WithCollection
ReactiveMongo Play plugin
/
play.modules.reactivemongo
/
Formatters
/
NumberLikeFormatter
NumberLikeFormatter
play.modules.reactivemongo.Formatters$.NumberLikeFormatter$
object
NumberLikeFormatter
extends
Formatter
[
BSONNumberLike
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Formatter
[
BSONNumberLike
]
class
Object
trait
Matchable
class
Any
Self type
NumberLikeFormatter
.type
Clear all
Members list
Concise view
Value members
Concrete methods
def
bind
(
key
:
String
,
data
:
Map
[
String
,
String
]):
Result
[
BSONNumberLike
]
def
unbind
(
key
:
String
,
value
:
BSONNumberLike
):
Map
[
String
,
String
]