added com.google.maps.model.GeocodingResult to register for reflection

This commit is contained in:
Christopher Moyer 2023-01-02 23:59:03 -05:00
parent 5c3080ec22
commit 5af8062ed2

View file

@ -9,7 +9,7 @@ import javax.enterprise.inject.Produces;
import javax.inject.Inject; import javax.inject.Inject;
@ApplicationScoped @ApplicationScoped
@RegisterForReflection(targets = {com.google.maps.GeocodingApi.Response.class}) @RegisterForReflection(targets = {com.google.maps.GeocodingApi.Response.class, com.google.maps.model.GeocodingResult.class})
public class GoogleApiBeans { public class GoogleApiBeans {
@Inject @Inject