Interface InterfaceCompanion.FromJson<T>
-
- Enclosing class:
- InterfaceCompanion<I,Id,View>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface InterfaceCompanion.FromJson<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
decode(java.lang.String s)
-
-
-
Method Detail
-
decode
T decode(java.lang.String s) throws JsonLfDecoder.Error
- Throws:
JsonLfDecoder.Error
-
-