Interface Loader
- All Known Implementing Classes:
JakartaRsLoader
,JakartaWebsocketLoader
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
Loads theElement
s from the suppliedApplicationElementService.ApplicationElementRecord
void
load
(ApplicationElementService.ApplicationElementRecord record, Element element) Loads the specificElement
from the suppliedApplicationElementService.ApplicationElementRecord
-
Method Details
-
load
Loads theElement
s from the suppliedApplicationElementService.ApplicationElementRecord
- Parameters:
record
- the record to load
-
load
Loads the specificElement
from the suppliedApplicationElementService.ApplicationElementRecord
- Parameters:
record
- the record to load
-