Uses of Enum Class
org.springframework.data.rest.webmvc.spi.BackendIdConverter.DefaultIdConverter
Packages that use BackendIdConverter.DefaultIdConverter
-
Uses of BackendIdConverter.DefaultIdConverter in org.springframework.data.rest.webmvc.spi
Subclasses with type arguments of type BackendIdConverter.DefaultIdConverter in org.springframework.data.rest.webmvc.spiModifier and TypeClassDescriptionstatic enumThe defaultBackendIdConverterthat will simply use ids as they are.Methods in org.springframework.data.rest.webmvc.spi that return BackendIdConverter.DefaultIdConverterModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.BackendIdConverter.DefaultIdConverter.values()Returns an array containing the constants of this enum class, in the order they are declared.