Uses of Enum Class
org.jboss.resteasy.reactive.server.util.ScoreSystem.Category
Packages that use ScoreSystem.Category
Package
Description
-
Uses of ScoreSystem.Category in org.jboss.resteasy.reactive.server.mapping
Methods in org.jboss.resteasy.reactive.server.mapping that return types with arguments of type ScoreSystem.Category -
Uses of ScoreSystem.Category in org.jboss.resteasy.reactive.server.util
Fields in org.jboss.resteasy.reactive.server.util with type parameters of type ScoreSystem.CategoryMethods in org.jboss.resteasy.reactive.server.util that return ScoreSystem.CategoryModifier and TypeMethodDescriptionstatic ScoreSystem.CategoryReturns the enum constant of this class with the specified name.static ScoreSystem.Category[]ScoreSystem.Category.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in org.jboss.resteasy.reactive.server.util with type arguments of type ScoreSystem.CategoryModifierConstructorDescriptionEndpointScore(String className, String httpMethod, String fullPath, List<jakarta.ws.rs.core.MediaType> produces, List<jakarta.ws.rs.core.MediaType> consumes, Map<ScoreSystem.Category, List<ScoreSystem.Diagnostic>> diagnostics, int score, List<ScoreSystem.RequestFilterEntry> requestFilterEntries)