Interface RuntimeTypeItem

All Known Implementing Classes:
MessageBodyReaderBuildItem, MessageBodyWriterBuildItem

public interface RuntimeTypeItem
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T extends RuntimeTypeItem>
    Collection<T>
    filter(Collection<T> items, jakarta.ws.rs.RuntimeType current)
     
    jakarta.ws.rs.RuntimeType
    Returns 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)