Uses of Interface
one.xingyi.core.marshelling.HasJson
-
Packages that use HasJson Package Description one.xingyi.core.endpoints one.xingyi.core.marshelling one.xingyi.core.sdk -
-
Uses of HasJson in one.xingyi.core.endpoints
Methods in one.xingyi.core.endpoints with type parameters of type HasJson Modifier and Type Method Description static <J,Result extends HasJson<ContextForJson>>
EndpointResult<Result>EndpointResult. create(EndpointContext<J> context, java.lang.String rootUrl, int statusCode)static <J,Entity extends HasJson<ContextForJson>>
EndpointResult<java.util.Optional<Entity>>EndpointResult. createForOptional(EndpointContext<J> context, int statusCodeIfPresent, java.lang.String rootUrl)<Entity extends HasJson<ContextForJson>>
java.lang.StringEndpointContext. resultBody(ServiceRequest serviceRequest, java.lang.String codeUrl, Entity entity) -
Uses of HasJson in one.xingyi.core.marshelling
Methods in one.xingyi.core.marshelling with parameters of type HasJson Modifier and Type Method Description default <Context> java.lang.StringJsonWriter. toJson(HasJson<Context> hasJson, Context context) -
Uses of HasJson in one.xingyi.core.sdk
Subinterfaces of HasJson in one.xingyi.core.sdk Modifier and Type Interface Description interfaceIXingYiResource
-