Package io.quarkus.resteasy.reactive.spi
Interface RuntimeTypeItem
- All Known Implementing Classes:
MessageBodyReaderBuildItem,MessageBodyWriterBuildItem
public interface RuntimeTypeItem
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends RuntimeTypeItem>
Collection<T>filter(Collection<T> items, jakarta.ws.rs.RuntimeType current) jakarta.ws.rs.RuntimeTypeReturns the runtime type for this build item.
-
Method Details
-
getRuntimeType
jakarta.ws.rs.RuntimeType getRuntimeType()Returns the runtime type for this build item. If the value is null then it applies to both server and client. -
filter
static <T extends RuntimeTypeItem> Collection<T> filter(Collection<T> items, jakarta.ws.rs.RuntimeType current)
-