Uses of Enum
org.eclipse.persistence.jpa.rs.features.FeatureSet.Feature
-
Uses of FeatureSet.Feature in org.eclipse.persistence.jpa.rs.features
Modifier and TypeMethodDescriptionstatic FeatureSet.Feature
Returns the enum constant of this type with the specified name.static FeatureSet.Feature[]
FeatureSet.Feature.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionFeatureSet.getResponseBuilder
(FeatureSet.Feature feature) Returns an instance ofFeatureResponseBuilder
for given feature.FeatureSetPreV2.getResponseBuilder
(FeatureSet.Feature feature) FeatureSetV2.getResponseBuilder
(FeatureSet.Feature feature) boolean
FeatureSet.isSupported
(FeatureSet.Feature feature) Returns true if given feature is supported.boolean
FeatureSetPreV2.isSupported
(FeatureSet.Feature feature) boolean
FeatureSetV2.isSupported
(FeatureSet.Feature feature)