plsar-framework
1.01
plsar-framework
/
plsar.processor
/
ElementProcessor
Element
Processor
class
ElementProcessor
(
var
cache
:
PLSAR.Cache
?
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Element
Processor
Link copied to clipboard
fun
ElementProcessor
(
cache
:
PLSAR.Cache
?
)
Content copied to clipboard
Functions
run
Link copied to clipboard
fun
run
(
)
:
ElementProcessor
Content copied to clipboard
Properties
annotatedInstances
Link copied to clipboard
var
annotatedInstances
:
MutableMap
<
String
?
,
InstanceDetails
?
>
Content copied to clipboard
cache
Link copied to clipboard
var
cache
:
PLSAR.Cache
?
Content copied to clipboard
configurations
Link copied to clipboard
var
configurations
:
MutableList
<
Class
<
*
>
?
>
Content copied to clipboard
elementCount
Link copied to clipboard
var
elementCount
:
Int
=
0
Content copied to clipboard
httpInstances
Link copied to clipboard
var
httpInstances
:
MutableMap
<
String
?
,
InstanceDetails
?
>
Content copied to clipboard
jdbcCount
Link copied to clipboard
var
jdbcCount
:
Int
=
0
Content copied to clipboard
serviceCount
Link copied to clipboard
var
serviceCount
:
Int
=
0
Content copied to clipboard