接口 EntityFactory
-
方法概要
修饰符和类型方法说明createEntitySnapshot(@NotNull String input) Create a new EntitySnapshot with the supplied input.
Accepts strings in the format output byEntitySnapshot.getAsString().
-
方法详细资料
-
createEntitySnapshot
@NotNull @NotNull EntitySnapshot createEntitySnapshot(@NotNull @NotNull String input) throws IllegalArgumentException Create a new EntitySnapshot with the supplied input.
Accepts strings in the format output byEntitySnapshot.getAsString().- 参数:
input- the input string- 返回:
- the created EntitySnapshot
- 抛出:
IllegalArgumentException- if the input string was provided in an invalid or unsupported format
-