Uses of Class
org.jboss.resteasy.reactive.server.util.ScoreSystem.Category
-
Packages that use ScoreSystem.Category Package Description org.jboss.resteasy.reactive.server.mapping org.jboss.resteasy.reactive.server.util -
-
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 Modifier and Type Method Description Map<ScoreSystem.Category,List<ScoreSystem.Diagnostic>>RuntimeResource. getScore() -
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.Category Modifier and Type Field Description Map<ScoreSystem.Category,List<ScoreSystem.Diagnostic>>ScoreSystem.EndpointScore. diagnosticsMethods in org.jboss.resteasy.reactive.server.util that return ScoreSystem.Category Modifier and Type Method Description static ScoreSystem.CategoryScoreSystem.Category. valueOf(String name)Returns the enum constant of this type with the specified name.static ScoreSystem.Category[]ScoreSystem.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in org.jboss.resteasy.reactive.server.util with type arguments of type ScoreSystem.Category Constructor Description EndpointScore(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)
-