Uses of Enum Class
org.springdoc.core.properties.AbstractSwaggerUiConfigProperties.Direction
Packages that use AbstractSwaggerUiConfigProperties.Direction
-
Uses of AbstractSwaggerUiConfigProperties.Direction in org.springdoc.core.properties
Fields in org.springdoc.core.properties declared as AbstractSwaggerUiConfigProperties.DirectionMethods in org.springdoc.core.properties that return AbstractSwaggerUiConfigProperties.DirectionModifier and TypeMethodDescriptionAbstractSwaggerUiConfigProperties.getGroupsOrder()Gets groups order.Returns the enum constant of this class with the specified name.AbstractSwaggerUiConfigProperties.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springdoc.core.properties with parameters of type AbstractSwaggerUiConfigProperties.DirectionModifier and TypeMethodDescriptionvoidAbstractSwaggerUiConfigProperties.setGroupsOrder(AbstractSwaggerUiConfigProperties.Direction groupsOrder) Sets groups order.