-
Notifications
You must be signed in to change notification settings - Fork 563
Open
@jacko9et
Description
Referring to the usage method of the document:
@GetMapping(path = "/scanners") ResponseEntity<?> getProducers( @RequestParam AggregateReference<Producer, ProducerIdentifier> producer) { var identifier = producer.resolveRequiredId(); // Alternatively var aggregate = producer.resolveRequiredAggregate(); }
The following information is returned:
Source to convert from must be an instance of [java.lang.String]; instead it was a [java.net.URI]