Class PartAnnotationBinder<T>

java.lang.Object
io.micronaut.http.bind.binders.PartAnnotationBinder<T>
Type Parameters:
T - The part type
All Implemented Interfaces:
AnnotatedArgumentBinder<Part,T,HttpRequest<?>>, ArgumentBinder<T,HttpRequest<?>>, AnnotatedRequestArgumentBinder<Part,T>, RequestArgumentBinder<T>

public class PartAnnotationBinder<T> extends Object implements AnnotatedRequestArgumentBinder<Part,T>
Skips binding parts because they should be handled by a multipart processor.
Since:
3.6.4
Author:
James Kleeh