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.FeatureReturns 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 ofFeatureResponseBuilderfor given feature.FeatureSetPreV2.getResponseBuilder(FeatureSet.Feature feature) FeatureSetV2.getResponseBuilder(FeatureSet.Feature feature) booleanFeatureSet.isSupported(FeatureSet.Feature feature) Returns true if given feature is supported.booleanFeatureSetPreV2.isSupported(FeatureSet.Feature feature) booleanFeatureSetV2.isSupported(FeatureSet.Feature feature)