public class StateContext extends Object
Constructor and Description |
---|
StateContext(BaseState initialState,
RequestScope requestScope) |
public StateContext(BaseState initialState, RequestScope requestScope)
public JsonApiDocument getJsonApiDocument()
public RequestScope getRequestScope()
public void handle(CoreParser.RootCollectionLoadEntitiesContext ctx)
public void handle(CoreParser.RootCollectionLoadEntityContext ctx)
public void handle(CoreParser.RootCollectionSubCollectionContext ctx)
public void handle(CoreParser.RootCollectionRelationshipContext ctx)
public void handle(CoreParser.SubCollectionReadCollectionContext ctx)
public void handle(CoreParser.SubCollectionReadEntityContext ctx)
public void handle(CoreParser.SubCollectionSubCollectionContext ctx)
public void handle(CoreParser.SubCollectionRelationshipContext ctx)
public Supplier<org.apache.commons.lang3.tuple.Pair<Integer,com.fasterxml.jackson.databind.JsonNode>> handleGet()
public Supplier<org.apache.commons.lang3.tuple.Pair<Integer,com.fasterxml.jackson.databind.JsonNode>> handlePatch()
public Supplier<org.apache.commons.lang3.tuple.Pair<Integer,com.fasterxml.jackson.databind.JsonNode>> handlePost()
Copyright © 2015–2021 Yahoo! Inc.. All rights reserved.