Uses of Class
net.officefloor.web.HttpPathParameter
-
-
Uses of HttpPathParameter in net.officefloor.tutorial.awssamhttpserver
Method parameters in net.officefloor.tutorial.awssamhttpserver with annotations of type HttpPathParameter Modifier and Type Method Description void
SamLogic. getPost(java.lang.String identifier, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper mapper, ObjectResponse<PostEntity> response)
-
Uses of HttpPathParameter in net.officefloor.tutorial.cosmosasyncdbhttpserver
Method parameters in net.officefloor.tutorial.cosmosasyncdbhttpserver with annotations of type HttpPathParameter Modifier and Type Method Description reactor.core.publisher.Mono<Post>
CosmosAsyncDbLogic. retrievePost(java.lang.String identifier, CosmosAsyncEntities entities)
-
Uses of HttpPathParameter in net.officefloor.tutorial.cosmosdbhttpserver
Method parameters in net.officefloor.tutorial.cosmosdbhttpserver with annotations of type HttpPathParameter Modifier and Type Method Description void
CosmosDbLogic. retrievePost(java.lang.String identifier, CosmosEntities entities, ObjectResponse<Post> response)
-
Uses of HttpPathParameter in net.officefloor.tutorial.dynamodbhttpserver
Method parameters in net.officefloor.tutorial.dynamodbhttpserver with annotations of type HttpPathParameter Modifier and Type Method Description void
DynamoDbLogic. retrievePost(java.lang.String identifier, com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper dynamo, ObjectResponse<Post> response)
-
Uses of HttpPathParameter in net.officefloor.tutorial.googleappenginehttpserver
Method parameters in net.officefloor.tutorial.googleappenginehttpserver with annotations of type HttpPathParameter Modifier and Type Method Description void
Logic. datastore(java.lang.String identifier, com.googlecode.objectify.Objectify objectify, ObjectResponse<Post> response)
-
Uses of HttpPathParameter in net.officefloor.tutorial.jaxrshttpserver.migrated
Method parameters in net.officefloor.tutorial.jaxrshttpserver.migrated with annotations of type HttpPathParameter Modifier and Type Method Description void
MigratedResource. path(java.lang.String param, ObjectResponse<ResponseModel> response)
-
Uses of HttpPathParameter in net.officefloor.tutorial.objectifyhttpserver
Method parameters in net.officefloor.tutorial.objectifyhttpserver with annotations of type HttpPathParameter Modifier and Type Method Description void
ObjectifyLogic. retrievePost(java.lang.String identifier, com.googlecode.objectify.Objectify objectify, ObjectResponse<Post> response)
-
Uses of HttpPathParameter in net.officefloor.tutorial.r2dbchttpserver
Method parameters in net.officefloor.tutorial.r2dbchttpserver with annotations of type HttpPathParameter Modifier and Type Method Description reactor.core.publisher.Mono<Message>
R2dbcLogic. retrieveData(java.lang.String id, R2dbcSource source)
-
Uses of HttpPathParameter in net.officefloor.tutorial.resthttpserver
Method parameters in net.officefloor.tutorial.resthttpserver with annotations of type HttpPathParameter Modifier and Type Method Description void
RestLogic. getVehicle(java.lang.String vehicleId, javax.persistence.EntityManager entityManager, ObjectResponse<Vehicle> responder)
-
Uses of HttpPathParameter in net.officefloor.tutorial.springwebfluxhttpserver.migrated
Method parameters in net.officefloor.tutorial.springwebfluxhttpserver.migrated with annotations of type HttpPathParameter Modifier and Type Method Description reactor.core.publisher.Mono<ResponseModel>
MigratedRestController. path(java.lang.String param)
-
Uses of HttpPathParameter in net.officefloor.tutorial.springwebmvchttpserver.migrated
Method parameters in net.officefloor.tutorial.springwebmvchttpserver.migrated with annotations of type HttpPathParameter Modifier and Type Method Description void
MigratedRestController. path(java.lang.String param, ObjectResponse<ResponseModel> response)
-
Uses of HttpPathParameter in net.officefloor.web
Methods in net.officefloor.web with parameters of type HttpPathParameter Modifier and Type Method Description java.lang.String
HttpPathParameter.HttpPathParameterNameFactory. getQualifierName(HttpPathParameter annotation)
Constructors in net.officefloor.web with parameters of type HttpPathParameter Constructor Description HttpPathParameterAnnotation(HttpPathParameter annotation)
Instantiate.
-