Interface WXMClientConfigurationParserType

All Superinterfaces:
java.lang.AutoCloseable, java.io.Closeable, WXMParserType<WXMClientConfiguration>
All Known Implementing Classes:
WXMClientConfigurationParser

public interface WXMClientConfigurationParserType
extends WXMParserType<WXMClientConfiguration>
A client configuration parser.
  • Method Summary

    Modifier and Type Method Description
    java.util.Optional<WXMClientConfiguration> parse()
    Attempt to parse a value.

    Methods inherited from interface java.io.Closeable

    close