简体   繁体   中英

Jersey2: Navigating from a Resource to an instance

I am attempting to answer this question: What is the Jersey 2 replacement for ResourceContext.matchResource(URI)?

I've managed to navigate from a ResourceModel to a matching Resource , but it's not clear how to instantiate the corresponding user class.

Meaning, given org.glassfish.jersey.server.model.Resource that maps to some user-defined class CompaniesResource , how do I get a CompaniesResource instance out of the Resource ?

The tricky part is that this needs to invoke subresource locators with values parsed from the URI.

Answering my own question:

Take a look at createResource found at https://stackoverflow.com/a/23620747/14731

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM