Uses of Interface
net.officefloor.web.ObjectResponse
-
-
Uses of ObjectResponse in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test with parameters of type ObjectResponse Modifier and Type Method Description protected abstract void
AbstractPolyglotProcedureTest. web(java.lang.String pathParameter, java.lang.String queryParameter, java.lang.String headerParameter, java.lang.String cookieParameter, MockHttpParameters httpParameters, MockHttpObject httpObject, ObjectResponse<WebTypes> response)
-
Uses of ObjectResponse in net.officefloor.spring.reactive
Methods in net.officefloor.spring.reactive with parameters of type ObjectResponse Modifier and Type Method Description static <T> java.util.function.Consumer<? super T>
ReactiveWoof. send(AsynchronousFlow flow, ObjectResponse<T> response)
Sends the response. -
Uses of ObjectResponse in net.officefloor.tutorial.activityhttpserver
Methods in net.officefloor.tutorial.activityhttpserver with parameters of type ObjectResponse Modifier and Type Method Description void
SendDepthLogic. send(Depth depth, ObjectResponse<Depth> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.awssamhttpserver
Methods in net.officefloor.tutorial.awssamhttpserver with parameters of type ObjectResponse Modifier and Type Method Description void
SamLogic. createPost(SamLogic.Post post, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper mapper, ObjectResponse<PostEntity> response)
void
SamLogic. getPost(java.lang.String identifier, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper mapper, ObjectResponse<PostEntity> response)
void
SamLogic. getPosts(com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper mapper, ObjectResponse<PostEntity[]> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.corshttpserver
Methods in net.officefloor.tutorial.corshttpserver with parameters of type ObjectResponse Modifier and Type Method Description void
Logic. service(ObjectResponse<Logic.Response> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.cosmosasyncdbhttpserver
Methods in net.officefloor.tutorial.cosmosasyncdbhttpserver with parameters of type ObjectResponse Modifier and Type Method Description reactor.core.publisher.Flux<Post>
CosmosAsyncDbLogic. retrieveAllPosts(CosmosAsyncEntities entities, ObjectResponse<Post[]> response)
void
CosmosAsyncDbLogic. sendPost(Post post, ObjectResponse<Post> response)
void
CosmosAsyncDbLogic. sendPosts(Post[] posts, ObjectResponse<Post[]> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.cosmosdbhttpserver
Methods in net.officefloor.tutorial.cosmosdbhttpserver with parameters of type ObjectResponse Modifier and Type Method Description void
CosmosDbLogic. retrieveAllPosts(CosmosEntities entities, ObjectResponse<Post[]> response)
void
CosmosDbLogic. retrievePost(java.lang.String identifier, CosmosEntities entities, ObjectResponse<Post> response)
void
CosmosDbLogic. savePost(Post post, CosmosEntities entities, ObjectResponse<Post> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.dynamodbhttpserver
Methods in net.officefloor.tutorial.dynamodbhttpserver with parameters of type ObjectResponse Modifier and Type Method Description void
DynamoDbLogic. retrieveAllPosts(com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper dynamo, ObjectResponse<Post[]> response)
void
DynamoDbLogic. retrievePost(java.lang.String identifier, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper dynamo, ObjectResponse<Post> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.flywayhttpserver
Methods in net.officefloor.tutorial.flywayhttpserver with parameters of type ObjectResponse Modifier and Type Method Description void
FlywayLogic. getMigration(java.lang.String migrationId, javax.persistence.EntityManager entityManager, ObjectResponse<Migration> responder)
-
Uses of ObjectResponse in net.officefloor.tutorial.googleappenginehttpserver
Methods in net.officefloor.tutorial.googleappenginehttpserver with parameters of type ObjectResponse Modifier and Type Method Description void
Logic. datastore(java.lang.String identifier, com.googlecode.objectify.Objectify objectify, ObjectResponse<Post> response)
void
Logic. helloWorld(ObjectResponse<Logic.Message> response)
void
Logic. secure(ObjectResponse<Logic.Message> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.googlesigninhttpserver
Methods in net.officefloor.tutorial.googlesigninhttpserver with parameters of type ObjectResponse Modifier and Type Method Description void
LoginLogic. login(LoginLogic.LoginRequest request, com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier tokenVerifier, ObjectResponse<LoginLogic.LoginResponse> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.httpservlet
Methods in net.officefloor.tutorial.httpservlet with parameters of type ObjectResponse Modifier and Type Method Description void
Increment. increment(Increment.Request request, ObjectResponse<Increment.Response> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.javascriptapp
Methods in net.officefloor.tutorial.javascriptapp with parameters of type ObjectResponse Modifier and Type Method Description void
TemplateLogic. subtraction(TemplateLogic.SubtractionRequest request, ObjectResponse<TemplateLogic.JsonResponse> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.javascripthttpserver
Methods in net.officefloor.tutorial.javascripthttpserver with parameters of type ObjectResponse Modifier and Type Method Description void
ResponseLogic. send(ObjectResponse<Response> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.jaxrshttpserver.migrated
Methods in net.officefloor.tutorial.jaxrshttpserver.migrated with parameters of type ObjectResponse Modifier and Type Method Description void
MigratedResource. path(java.lang.String param, ObjectResponse<ResponseModel> response)
void
MigratedResource. post(RequestModel request, ObjectResponse<ResponseModel> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.jwtauthorityhttpserver
Methods in net.officefloor.tutorial.jwtauthorityhttpserver with parameters of type ObjectResponse Modifier and Type Method Description void
JwtTokens. login(JwtTokens.Credentials credentials, JwtAuthority<Identity> authority, ObjectResponse<JwtTokens.Token> response, ServerHttpConnection connection)
void
JwtTokens. refreshAccessToken(ServerHttpConnection connection, JwtAuthority<Identity> authority, ObjectResponse<JwtTokens.Token> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.jwthttpserver
Methods in net.officefloor.tutorial.jwthttpserver with parameters of type ObjectResponse Modifier and Type Method Description void
JwtTokens. login(JwtTokens.Credentials credentials, JwtAuthority<Identity> authority, ObjectResponse<JwtTokens.Token> response, ServerHttpConnection connection)
void
JwtTokens. refreshAccessToken(ServerHttpConnection connection, JwtAuthority<Identity> authority, ObjectResponse<JwtTokens.Token> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.objectifyhttpserver
Methods in net.officefloor.tutorial.objectifyhttpserver with parameters of type ObjectResponse Modifier and Type Method Description void
ObjectifyLogic. retrieveAllPosts(com.googlecode.objectify.Objectify objectify, ObjectResponse<java.util.List<Post>> response)
void
ObjectifyLogic. retrievePost(java.lang.String identifier, com.googlecode.objectify.Objectify objectify, ObjectResponse<Post> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.paypalhttpserver
Methods in net.officefloor.tutorial.paypalhttpserver with parameters of type ObjectResponse Modifier and Type Method Description void
PayPalLogic. captureOrder(PayPalLogic.CaptureOrder captureOrder, com.paypal.core.PayPalHttpClient client, ObjectResponse<PayPalLogic.CapturedOrder> response)
void
PayPalLogic. createOrder(PayPalLogic.CreateOrder createOrder, com.paypal.core.PayPalHttpClient client, ObjectResponse<PayPalLogic.CreatedOrder> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.r2dbchttpserver
Methods in net.officefloor.tutorial.r2dbchttpserver with parameters of type ObjectResponse Modifier and Type Method Description void
R2dbcLogic. send(Message message, ObjectResponse<Message> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.reactorhttpserver
Methods in net.officefloor.tutorial.reactorhttpserver with parameters of type ObjectResponse Modifier and Type Method Description void
ReactorLogic. send(ServerResponse result, ObjectResponse<ServerResponse> response)
void
ServerLogic. service(ObjectResponse<ServerResponse> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.resthttpserver
Methods in net.officefloor.tutorial.resthttpserver with parameters of type ObjectResponse Modifier and Type Method Description void
RestLogic. getVehicle(java.lang.String vehicleId, javax.persistence.EntityManager entityManager, ObjectResponse<Vehicle> responder)
-
Uses of ObjectResponse in net.officefloor.tutorial.springwebfluxhttpserver.migrated
Methods in net.officefloor.tutorial.springwebfluxhttpserver.migrated with parameters of type ObjectResponse Modifier and Type Method Description void
SendResponse. send(ResponseModel payload, ObjectResponse<ResponseModel> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.springwebmvchttpserver.migrated
Methods in net.officefloor.tutorial.springwebmvchttpserver.migrated with parameters of type ObjectResponse Modifier and Type Method Description void
MigratedRestController. get(SpringDependency dependency, ObjectResponse<ResponseModel> response)
void
MigratedRestController. path(java.lang.String param, ObjectResponse<ResponseModel> response)
void
MigratedRestController. post(RequestModel request, ObjectResponse<ResponseModel> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.startbeforehttpserver
Methods in net.officefloor.tutorial.startbeforehttpserver with parameters of type ObjectResponse Modifier and Type Method Description void
StartBeforeLogic. service(javax.persistence.EntityManager entityManager, ObjectResponse<Message> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.swaggerhttpserver
Methods in net.officefloor.tutorial.swaggerhttpserver with parameters of type ObjectResponse Modifier and Type Method Description void
Servicer. get(java.lang.String parameter, ObjectResponse<Response> response)
void
Servicer. post(Request request, ObjectResponse<Response> response)
void
Servicer. secure(HttpAccessControl control, ObjectResponse<Response> response)
-
Uses of ObjectResponse in net.officefloor.tutorial.transactionhttpserver
Methods in net.officefloor.tutorial.transactionhttpserver with parameters of type ObjectResponse Modifier and Type Method Description void
PostLogic. create(Post post, PostRepository repository, ObjectResponse<Post> responder)
void
PostLogic. getPosts(PostRepository repository, ObjectResponse<java.util.List<Post>> responder)
-
Uses of ObjectResponse in net.officefloor.tutorial.variablehttpserver
Methods in net.officefloor.tutorial.variablehttpserver with parameters of type ObjectResponse Modifier and Type Method Description static void
InLogic. useValues(In<Person> person, In<java.lang.String> description, ObjectResponse<ServerResponse> response)
static void
ValLogic. useValues(Person person, java.lang.String description, ObjectResponse<ServerResponse> response)
-
Uses of ObjectResponse in net.officefloor.woof.mock
Classes in net.officefloor.woof.mock that implement ObjectResponse Modifier and Type Class Description class
MockObjectResponse<T>
MockObjectResponse
.
-