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 voidLoads theElements from the suppliedApplicationElementService.ApplicationElementRecordvoidload(ApplicationElementService.ApplicationElementRecord record, Element element) Loads the specificElementfrom the suppliedApplicationElementService.ApplicationElementRecord
-
Method Details
-
load
Loads theElements from the suppliedApplicationElementService.ApplicationElementRecord- Parameters:
record- the record to load
-
load
Loads the specificElementfrom the suppliedApplicationElementService.ApplicationElementRecord- Parameters:
record- the record to load
-