public static interface ValueObject.Codec<T>
Modifier and Type | Method and Description |
---|---|
T |
parse(String s) |
Class<T> |
targetClass() |
String |
toJSONString(T o) |
String |
toString(T o) |
Copyright © 2014–2018 OSGL (Open Source General Library). All rights reserved.