Uses of Enum Class
org.springframework.boot.test.context.PropertyMapping.Skip
Packages that use PropertyMapping.Skip
Package
Description
Support for mapping annotation attribute values in the Spring
Environment
.-
Uses of PropertyMapping.Skip in org.springframework.boot.test.context
Subclasses with type arguments of type PropertyMapping.Skip in org.springframework.boot.test.contextModifier and TypeClassDescriptionstatic enum
Controls when mapping is skipped.Methods in org.springframework.boot.test.context that return PropertyMapping.SkipModifier and TypeMethodDescriptionstatic PropertyMapping.Skip
Returns the enum constant of this class with the specified name.static PropertyMapping.Skip[]
PropertyMapping.Skip.values()
Returns an array containing the constants of this enum class, in the order they are declared.