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