Class ReflectionConverterIndexerExtension
- java.lang.Object
-
- org.jboss.resteasy.reactive.server.processor.reflection.ReflectionConverterIndexerExtension
-
- All Implemented Interfaces:
ServerEndpointIndexer.ConverterSupplierIndexerExtension
public class ReflectionConverterIndexerExtension extends Object implements ServerEndpointIndexer.ConverterSupplierIndexerExtension
-
-
Constructor Summary
Constructors Constructor Description ReflectionConverterIndexerExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParameterConverterSupplierextractConverterImpl(String elementType, org.jboss.jandex.IndexView indexView, Map<String,String> existingConverters, String errorLocation, boolean hasRuntimeConverters)
-
-
-
Method Detail
-
extractConverterImpl
public ParameterConverterSupplier extractConverterImpl(String elementType, org.jboss.jandex.IndexView indexView, Map<String,String> existingConverters, String errorLocation, boolean hasRuntimeConverters)
- Specified by:
extractConverterImplin interfaceServerEndpointIndexer.ConverterSupplierIndexerExtension
-
-