Uses of Class
net.officefloor.web.HttpPathParameter
-
-
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.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.
-