Class InetSocketAddressConverter

  • All Implemented Interfaces:
    Serializable, org.eclipse.microprofile.config.spi.Converter<InetSocketAddress>

    @Priority(200)
    public class InetSocketAddressConverter
    extends Object
    implements org.eclipse.microprofile.config.spi.Converter<InetSocketAddress>, Serializable
    A converter which converts a socket address in the form of &lt;host-or-address&gt;[:&lt;port&gt;] into an instance of InetSocketAddress. If an address is given, then a resolved instance is returned, otherwise an unresolved instance is returned.
    See Also:
    Serialized Form
    • Constructor Detail

      • InetSocketAddressConverter

        public InetSocketAddressConverter()