Package one.xingyi.core.marshelling
Interface HasJsonWithLinks<Context,Entity>
-
public interface HasJsonWithLinks<Context,Entity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <J> JtoJsonWithLinks(JsonWriter<J> jsonWriter, ContextForJson context, java.util.function.Function<Entity,java.lang.String> stateFn)
-
-
-
Method Detail
-
toJsonWithLinks
<J> J toJsonWithLinks(JsonWriter<J> jsonWriter, ContextForJson context, java.util.function.Function<Entity,java.lang.String> stateFn)
-
-