Uses of Class
de.bytestore.hostinger.entity.user.AddressResult
Packages that use AddressResult
Package
Description
-
Uses of AddressResult in de.bytestore.hostinger.extension.shipping
Subclasses of AddressResult in de.bytestore.hostinger.extension.shippingMethods in de.bytestore.hostinger.extension.shipping that return types with arguments of type AddressResultModifier and TypeMethodDescriptionTrack a Shipment. -
Uses of AddressResult in de.bytestore.hostinger.handler
Methods in de.bytestore.hostinger.handler that return types with arguments of type AddressResultModifier and TypeMethodDescriptionstatic CompletableFuture<Collection<AddressResult>>AddressUtils.getAddress(String addressIO) Methods in de.bytestore.hostinger.handler with parameters of type AddressResultModifier and TypeMethodDescriptionstatic StringAddressUtils.format(AddressResult addressIO) Format Address Result to String. -
Uses of AddressResult in de.bytestore.hostinger.security.service
Methods in de.bytestore.hostinger.security.service that return types with arguments of type AddressResultModifier and TypeMethodDescriptionAddressService.getAddress(String addressIO) Sends an asynchronous request to the OpenStreetMap Nominatim API to retrieve address details for the specified address string in JSON format.Methods in de.bytestore.hostinger.security.service with parameters of type AddressResultModifier and TypeMethodDescriptionstatic StringAddressService.format(AddressResult addressIO) Formats an AddressResult object into a string representation.