Interface ServerEndpointIndexer.ConverterSupplierIndexerExtension

All Known Implementing Classes:
GeneratedConverterIndexerExtension, ReflectionConverterIndexerExtension
Enclosing class:
ServerEndpointIndexer

public static interface ServerEndpointIndexer.ConverterSupplierIndexerExtension
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.resteasy.reactive.server.core.parameters.converters.ParameterConverterSupplier
    extractConverterImpl(String elementType, org.jboss.jandex.IndexView indexView, Map<String,String> existingConverters, String errorLocation, boolean hasRuntimeConverters)
     
  • Method Details

    • extractConverterImpl

      org.jboss.resteasy.reactive.server.core.parameters.converters.ParameterConverterSupplier extractConverterImpl(String elementType, org.jboss.jandex.IndexView indexView, Map<String,String> existingConverters, String errorLocation, boolean hasRuntimeConverters)