-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Description
It would be very useful to be able to use wildcards for packages. Consider following reflect.json:
[
{
"name":"com.maxmind.geoip2.model.ConnectionTypeResponse",
"allPublicMethods":true,
"allDeclardConstructors":true
},
{
"name":"com.maxmind.geoip2.model.AsnResponse",
"allPublicMethods":true,
"allDeclardConstructors":true
},
{
"name":"com.maxmind.geoip2.model.CountryResponse",
"allPublicMethods":true,
"allDeclardConstructors":true
},
{
"name":"com.maxmind.geoip2.model.IspResponse",
"allPublicMethods":true,
"allDeclardConstructors":true
},
{
"name":"com.maxmind.geoip2.model.AbstractResponse",
"allPublicMethods":true,
"allDeclardConstructors":true
},
{
"name":"com.maxmind.geoip2.model.AbstractCountryResponse",
"allPublicMethods":true,
"allDeclardConstructors":true
},
{
"name":"com.maxmind.geoip2.model.CityResponse",
"allPublicMethods":true,
"allDeclardConstructors":true
},
{
"name":"com.maxmind.geoip2.model.EnterpriseResponse",
"allPublicMethods":true,
"allDeclardConstructors":true
},
{
"name":"com.maxmind.geoip2.model.DomainResponse",
"allPublicMethods":true,
"allDeclardConstructors":true
},
{
"name":"com.maxmind.geoip2.model.InsightsResponse",
"allPublicMethods":true,
"allDeclardConstructors":true
},
{
"name":"com.maxmind.geoip2.model.AnonymousIpResponse",
"allPublicMethods":true,
"allDeclardConstructors":true
},
{
"name":"com.maxmind.geoip2.model.AbstractCityResponse",
"allPublicMethods":true,
"allDeclardConstructors":true
}
]
Which could just be replaced with:
[
{
"name":"com.maxmind.geoip2.model.*",
"allPublicMethods":true,
"allDeclardConstructors":true
}
]
bufferings, jroper, taranion, MarkusKramer, goldmann and 56 moreamoscatelli and HendrylGodoiTerkwood, Bhashit and HendrylGodoi
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
To do