SPeCS Packages Documentation
Preparing search index...
@specs-feup/lara
LaraJoinPoint
JoinpointMapper
Interface JoinpointMapper
Converts Java join point objects to TypeScript objects.
interface
JoinpointMapper
{
fromJpClass
(
jpType
:
typeof
LaraJoinPoint
)
:
string
|
undefined
;
toJpClass
(
jpTypename
:
string
)
:
typeof
LaraJoinPoint
|
undefined
;
toJpInstance
(
jpTypename
:
string
,
javaJp
:
any
)
:
LaraJoinPoint
|
undefined
;
}
Index
Methods
from
Jp
Class
to
Jp
Class
to
Jp
Instance
Methods
from
Jp
Class
fromJpClass
(
jpType
:
typeof
LaraJoinPoint
)
:
string
|
undefined
Parameters
jpType
:
typeof
LaraJoinPoint
Returns
string
|
undefined
to
Jp
Class
toJpClass
(
jpTypename
:
string
)
:
typeof
LaraJoinPoint
|
undefined
Parameters
jpTypename
:
string
Returns
typeof
LaraJoinPoint
|
undefined
to
Jp
Instance
toJpInstance
(
jpTypename
:
string
,
javaJp
:
any
)
:
LaraJoinPoint
|
undefined
Parameters
jpTypename
:
string
javaJp
:
any
Returns
LaraJoinPoint
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
from
Jp
Class
to
Jp
Class
to
Jp
Instance
SPeCS Packages Documentation
Loading...
Converts Java join point objects to TypeScript objects.