public class AnnotationSubTypesResolver extends Object
| Constructor and Description |
|---|
AnnotationSubTypesResolver() |
| Modifier and Type | Method and Description |
|---|---|
static <A extends Annotation,T extends Annotation> |
forAnnotation(Class<A> annotation,
Function<A,T[]> value,
Function<T,JavaType> valueAsType,
Function<T,Optional<String>> fieldName) |
public static <A extends Annotation,T extends Annotation> SubTypesDetector forAnnotation(Class<A> annotation, Function<A,T[]> value, Function<T,JavaType> valueAsType, Function<T,Optional<String>> fieldName)
Copyright © 2016. All rights reserved.