Class AnnotationMappingUtils
- java.lang.Object
-
- io.leangen.graphql.metadata.strategy.value.AnnotationMappingUtils
-
public class AnnotationMappingUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description AnnotationMappingUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,Object>destructureAnnotation(Annotation annotation)static ObjectdestructureAnnotationArgument(Object value)static DefaultValueinputFieldDefaultValue(Method method)static StringinputFieldDescription(Method method)static StringinputFieldName(Method method)static ObjectinputFieldValue(Object value)
-
-
-
Method Detail
-
inputFieldDefaultValue
public static DefaultValue inputFieldDefaultValue(Method method)
-
destructureAnnotation
public static Map<String,Object> destructureAnnotation(Annotation annotation)
-
-