Uses of Package
org.jboss.resteasy.reactive.common.model
-
Classes in org.jboss.resteasy.reactive.common.model used by org.jboss.resteasy.reactive.common.core Class Description ResourceReader ResourceWriter -
Classes in org.jboss.resteasy.reactive.common.model used by org.jboss.resteasy.reactive.common.jaxrs Class Description ResourceReader ResourceWriter -
Classes in org.jboss.resteasy.reactive.common.model used by org.jboss.resteasy.reactive.common.model Class Description HasPriority HasPriority.TreeMapComparator This comparator is used when a TreeMap is employed to order objects that have priority because TreeMap will only keep one key if multiple keys compare to the same valueInjectableBean Class that represents information about injectable beans as we scan them, such as resource endpoint beans, or BeanParam classes.InterceptorContainer MaybeRestClientInterface MethodParameter ParameterType PreMatchInterceptorContainer ResourceClass ResourceContextResolver ResourceDynamicFeature ResourceExceptionMapper ResourceFeature ResourceInterceptor ResourceInterceptors ResourceMethod A representation of a REST endpoint.ResourceParamConverterProvider ResourceReader ResourceReader.ResourceReaderComparator The comparison for now is simple: 1) Application provided writers come first 2) Readers with lower priority come first (same as reader interceptors) 3) Then the more specific the media type, the higher the priority 4) Finally we compare the number of media types The spec doesn't seem to mention this sorting being explicitly needed, but there are tests in the TCK that only pass reliably if the Readers are sorted like thisResourceWriter ResourceWriter.ResourceWriterComparator The comparison for now is simple: 1) Application provided writers come first 2) Writers higher priority come first (same as writer interceptors) 3) Then the more specific the media type, the higher the priority 4) Finally we compare the number of media typesRestClientInterface SettableResourceInterceptor -
Classes in org.jboss.resteasy.reactive.common.model used by org.jboss.resteasy.reactive.common.util Class Description ResourceReader ResourceWriter