Uses of Enum Class
japicmp.model.TransientModifier
Packages that use TransientModifier
-
Uses of TransientModifier in japicmp.model
Subclasses with type arguments of type TransientModifier in japicmp.modelFields in japicmp.model with type parameters of type TransientModifierModifier and TypeFieldDescriptionprivate final JApiModifier<TransientModifier> JApiField.transientModifierMethods in japicmp.model that return TransientModifierModifier and TypeMethodDescriptionstatic TransientModifierReturns the enum constant of this class with the specified name.static TransientModifier[]TransientModifier.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in japicmp.model that return types with arguments of type TransientModifierModifier and TypeMethodDescriptionprivate JApiModifier<TransientModifier> JApiField.extractTransientModifier(Optional<javassist.CtField> oldFieldOptional, Optional<javassist.CtField> newFieldOptional) JApiField.getTransientModifier()JApiHasTransientModifier.getTransientModifier()Returns the transient modifier.