public interface OutputConverter<T,S>
| Modifier and Type | Method and Description |
|---|---|
S |
convertOutput(T original,
AnnotatedType type,
ResolutionEnvironment resolutionEnvironment) |
boolean |
supports(AnnotatedType type) |
S convertOutput(T original, AnnotatedType type, ResolutionEnvironment resolutionEnvironment)
boolean supports(AnnotatedType type)
Copyright © 2016–2017. All rights reserved.