express-beans
Preparing search index...
types
ExpressBean
Interface ExpressBean
interface
ExpressBean
{
_beanUUID
:
string
;
_className
:
string
;
_instance
:
any
;
_interceptors
:
Map
<
string
,
(
target
:
unknown
,
prop
:
string
)
=>
unknown
>
;
_mappers
:
Map
<
string
,
(
original
:
unknown
)
=>
any
>
;
}
Hierarchy (
View Summary
)
ExpressBean
ExpressRouterBean
Index
Properties
_
bean
UUID
_
class
Name
_
instance
_
interceptors
_
mappers
Properties
_
bean
UUID
_beanUUID
:
string
_
class
Name
_className
:
string
_
instance
_instance
:
any
_
interceptors
_interceptors
:
Map
<
string
,
(
target
:
unknown
,
prop
:
string
)
=>
unknown
>
_
mappers
_mappers
:
Map
<
string
,
(
original
:
unknown
)
=>
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
bean
UUID
_
class
Name
_
instance
_
interceptors
_
mappers
express-beans
Loading...