@FunctionalInterface public interface AufrufKontextToResolver
| Modifier and Type | Method and Description |
|---|---|
Optional<AufrufKontextTo> |
leseAufrufKontextTo(Object[] args)
Resolves
AufrufKontextTo from an Object array. |
Optional<AufrufKontextTo> leseAufrufKontextTo(Object[] args)
AufrufKontextTo from an Object array.
Primary use is to read AufrufKontextTo from the parameter list of a service call.args - arguments of the service callOptional containing the AufrufKontextTo. Returns empty Optional, if no AufrufKontextTo was found.Copyright © 2022. All rights reserved.