T - The Configuration type that will be parsed.public interface ConfigurationFactory<T extends Configuration>
| Modifier and Type | Method and Description |
|---|---|
T |
parse(byte[] bytes)
Parses the provided
bytes and returns a configuration object. |
T parse(byte[] bytes) throws ConfigStoreException
bytes and returns a configuration object.ConfigStoreException - if parsing fails