Package | Description |
---|---|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Configuration.isEnabled(Feature feature)
Check if a particular
feature instance has been previously
enabled in the runtime configuration context. |
Modifier and Type | Method and Description |
---|---|
boolean |
Configuration.isEnabled(Class<? extends Feature> featureClass)
Check if a
feature instance of featureClass class has been
previously enabled in the runtime configuration context. |
Copyright © 2020 JBoss, a division of Red Hat, Inc.. All Rights Reserved.