Uses of Enum Class
org.hibernate.bytecode.enhance.internal.bytebuddy.FeatureMismatchException.Feature
Packages that use FeatureMismatchException.Feature
Package
Description
package containing bytecode enhancement code (internals)
-
Uses of FeatureMismatchException.Feature in org.hibernate.bytecode.enhance.internal.bytebuddy
Methods in org.hibernate.bytecode.enhance.internal.bytebuddy that return FeatureMismatchException.FeatureModifier and TypeMethodDescriptionFeatureMismatchException.getMismatchedFeature()Returns the enum constant of this class with the specified name.static FeatureMismatchException.Feature[]FeatureMismatchException.Feature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.bytecode.enhance.internal.bytebuddy with parameters of type FeatureMismatchException.FeatureModifier and TypeMethodDescriptionstatic voidFeatureMismatchException.checkFeatureEnablement(net.bytebuddy.description.type.TypeDescription managedCtClass, FeatureMismatchException.Feature feature, boolean currentlyEnabled, boolean previouslyEnabled) Constructors in org.hibernate.bytecode.enhance.internal.bytebuddy with parameters of type FeatureMismatchException.FeatureModifierConstructorDescriptionFeatureMismatchException(String className, FeatureMismatchException.Feature mismatchedFeature, boolean previousValue)