Uses of Enum
org.eclipse.persistence.jpa.rs.features.FeatureSet.Feature
Packages that use FeatureSet.Feature
-
Uses of FeatureSet.Feature in org.eclipse.persistence.jpa.rs.features
Methods in org.eclipse.persistence.jpa.rs.features that return FeatureSet.FeatureModifier 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.Methods in org.eclipse.persistence.jpa.rs.features with parameters of type FeatureSet.FeatureModifier 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)