Package me.ehp246.aufjms.api.spi
Interface FromJson
- All Known Implementing Classes:
JsonByJackson
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Since:
- 1.0
- Author:
- Lei Yang
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionList<?>apply(String json, List<FromJson.Receiver<?>> receivers) default <T> Tfrom(String json, FromJson.Receiver<T> receiver)
-
Method Details
-
apply
-
from
-