Uses of Class
org.jboss.resteasy.reactive.server.util.ScoreSystem.Diagnostic
-
Packages that use ScoreSystem.Diagnostic Package Description org.jboss.resteasy.reactive.server.mapping org.jboss.resteasy.reactive.server.util -
-
Uses of ScoreSystem.Diagnostic in org.jboss.resteasy.reactive.server.mapping
Methods in org.jboss.resteasy.reactive.server.mapping that return types with arguments of type ScoreSystem.Diagnostic Modifier and Type Method Description Map<ScoreSystem.Category,List<ScoreSystem.Diagnostic>>RuntimeResource. getScore() -
Uses of ScoreSystem.Diagnostic in org.jboss.resteasy.reactive.server.util
Fields in org.jboss.resteasy.reactive.server.util declared as ScoreSystem.Diagnostic Modifier and Type Field Description static ScoreSystem.DiagnosticScoreSystem.Diagnostic. ExecutionBlockingstatic ScoreSystem.DiagnosticScoreSystem.Diagnostic. ExecutionNonBlockingstatic ScoreSystem.DiagnosticScoreSystem.Diagnostic. ExecutionVirtualThreadstatic ScoreSystem.DiagnosticScoreSystem.Diagnostic. ResourcePerRequeststatic ScoreSystem.DiagnosticScoreSystem.Diagnostic. ResourceSingletonstatic ScoreSystem.DiagnosticScoreSystem.Diagnostic. WriterNotRequiredstatic ScoreSystem.DiagnosticScoreSystem.Diagnostic. WriterRunTimeFields in org.jboss.resteasy.reactive.server.util with type parameters of type ScoreSystem.Diagnostic Modifier and Type Field Description Map<ScoreSystem.Category,List<ScoreSystem.Diagnostic>>ScoreSystem.EndpointScore. diagnosticsMethods in org.jboss.resteasy.reactive.server.util that return ScoreSystem.Diagnostic Modifier and Type Method Description static ScoreSystem.DiagnosticScoreSystem.Diagnostic. WriterBuildTime(jakarta.ws.rs.ext.MessageBodyWriter<?> buildTimeWriter)static ScoreSystem.DiagnosticScoreSystem.Diagnostic. WriterBuildTimeDirect(jakarta.ws.rs.ext.MessageBodyWriter<?> buildTimeWriter)static ScoreSystem.DiagnosticScoreSystem.Diagnostic. WriterBuildTimeMultiple(List<jakarta.ws.rs.ext.MessageBodyWriter<?>> buildTimeWriters)Constructor parameters in org.jboss.resteasy.reactive.server.util with type arguments of type ScoreSystem.Diagnostic 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)
-