Package io.quarkus.resteasy.reactive.spi
Interface RuntimeTypeItem
-
- All Known Implementing Classes:
MessageBodyReaderBuildItem,MessageBodyWriterBuildItem
public interface RuntimeTypeItem
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static <T extends RuntimeTypeItem>
Collection<T>filter(Collection<T> items, jakarta.ws.rs.RuntimeType current)jakarta.ws.rs.RuntimeTypegetRuntimeType()Returns the runtime type for this build item.
-
-
-
Method Detail
-
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)
-
-