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.
@FunctionalInterface
public interface FromJson
- Since:
- 1.0
- Author:
- Lei Yang
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceFromJson.Receiver<T> -
Method Summary
Modifier and Type Method Description java.util.List<?>from(java.lang.String json, java.util.List<FromJson.Receiver<?>> receivers)default <T> Tfrom(java.lang.String json, FromJson.Receiver<T> receiver)
-
Method Details
-
from
-
from
-