public interface ExtendedConfig
extends javax.ws.rs.core.Configuration
Modifier and Type | Method and Description |
---|---|
boolean |
isProperty(String name)
Get the value of the property with a given name converted to
boolean . |
boolean isProperty(String name)
boolean
.
Returns false
if the value is not convertible.name
- property name.boolean
property value or false
if the property is not
convertible.Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.