Uses of Interface
com.maxmind.geoip2.JsonSerializable

Packages that use JsonSerializable
  • Uses of JsonSerializable in com.maxmind.geoip2

    Modifier and Type
    Interface
    Description
    interface 
    Interface for record classes that have localized names and GeoName IDs.
  • Uses of JsonSerializable in com.maxmind.geoip2.model

    Classes in com.maxmind.geoip2.model that implement JsonSerializable
    Modifier and Type
    Class
    Description
    final record 
    This class provides the GeoIP Anonymous IP model.
    final record 
    This class provides the GeoIP Anonymous Plus model.
    final record 
    This class provides the GeoLite ASN model.
    final record 
    This class provides a model for the data returned by the City Plus web service and the City database.
    final record 
    This class provides the GeoIP Connection-Type model.
    final record 
    This class provides a model for the data returned by the Country web service and the Country database.
    final record 
    This class provides the GeoIP Domain model.
    final record 
    This class provides a model for the data returned by the GeoIP Enterprise database
    final record 
    This class provides a model for the data returned by the Insights web service.
    final record 
    This class provides the GeoIP IP Risk model.
    final record 
    This class provides the GeoIP ISP model.
  • Uses of JsonSerializable in com.maxmind.geoip2.record

    Modifier and Type
    Class
    Description
    final record 
    Contains data for the anonymizer record associated with an IP address.
    final record 
    Contains data for one type of anonymizer detection, currently residential proxies.
    final record 
    City-level data associated with an IP address.
    final record 
    Contains data for the continent record associated with an IP address.
    final record 
    Contains data for the country record associated with an IP address.
    final record 
    Contains data for the location record associated with an IP address.
    final record 
    Contains data related to your MaxMind account.
    final record 
    Contains data for the postal record associated with an IP address.
    final record 
    Contains data for the represented country associated with an IP address.
    final record 
    Contains data for the subdivisions associated with an IP address.
    final record 
    Contains data for the traits record associated with an IP address.