Class BeanParamResolver.Factory
java.lang.Object
se.fortnox.reactivewizard.jaxrs.params.annotated.BeanParamResolver.Factory
- All Implemented Interfaces:
AnnotatedParamResolverFactory
- Enclosing class:
- BeanParamResolver<T>
public static class BeanParamResolver.Factory
extends Object
implements AnnotatedParamResolverFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> ParamResolver<T>create(com.fasterxml.jackson.core.type.TypeReference<T> paramType, Annotation annotation, String defaultValue)
-
Constructor Details
-
Factory
-
-
Method Details
-
create
public <T> ParamResolver<T> create(com.fasterxml.jackson.core.type.TypeReference<T> paramType, Annotation annotation, String defaultValue) - Specified by:
createin interfaceAnnotatedParamResolverFactory
-