public interface ConfigTypeConverter<T>
Modifier and Type | Method and Description |
---|---|
T |
convertFromString(String stored) |
String |
convertToString(T toStore) |
Class<T> |
getType() |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.