added annotation to register geocoding api response for reflection

This commit is contained in:
Christopher Moyer 2023-01-02 22:04:18 -05:00
parent eaeff564e0
commit a4222522c0

View file

@ -2,12 +2,14 @@ package com.c4181.beans;
import com.c4181.properties.AppProperties;
import com.google.maps.GeoApiContext;
import io.quarkus.runtime.annotations.RegisterForReflection;
import javax.enterprise.context.ApplicationScoped;
import javax.enterprise.inject.Produces;
import javax.inject.Inject;
@ApplicationScoped
@RegisterForReflection(targets = {com.google.maps.GeocodingApi.Response.class})
public class GoogleApiBeans {
@Inject