Class PartUploadAnnotationBinder<T>

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

public class PartUploadAnnotationBinder<T> extends Object implements AnnotatedRequestArgumentBinder<Part,T>, StreamedNettyRequestArgumentBinder<T>
Bind values annotated with Part.
Since:
4.0.0
Author:
Denis Stepanov