java.lang.Object
tools.jackson.dataformat.xml.util.AnnotationUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BooleanfindIsAttributeAnnotation(tools.jackson.databind.cfg.MapperConfig<?> config, tools.jackson.databind.AnnotationIntrospector ai, tools.jackson.databind.introspect.AnnotatedMember prop) static BooleanfindIsCDataAnnotation(tools.jackson.databind.cfg.MapperConfig<?> config, tools.jackson.databind.AnnotationIntrospector ai, tools.jackson.databind.introspect.AnnotatedMember prop) static BooleanfindIsTextAnnotation(tools.jackson.databind.cfg.MapperConfig<?> config, tools.jackson.databind.AnnotationIntrospector ai, tools.jackson.databind.introspect.AnnotatedMember prop) static StringfindNamespaceAnnotation(tools.jackson.databind.cfg.MapperConfig<?> config, tools.jackson.databind.AnnotationIntrospector ai, tools.jackson.databind.introspect.AnnotatedMember prop)
-
Constructor Details
-
AnnotationUtil
public AnnotationUtil()
-
-
Method Details
-
findNamespaceAnnotation
public static String findNamespaceAnnotation(tools.jackson.databind.cfg.MapperConfig<?> config, tools.jackson.databind.AnnotationIntrospector ai, tools.jackson.databind.introspect.AnnotatedMember prop) -
findIsAttributeAnnotation
public static Boolean findIsAttributeAnnotation(tools.jackson.databind.cfg.MapperConfig<?> config, tools.jackson.databind.AnnotationIntrospector ai, tools.jackson.databind.introspect.AnnotatedMember prop) -
findIsTextAnnotation
public static Boolean findIsTextAnnotation(tools.jackson.databind.cfg.MapperConfig<?> config, tools.jackson.databind.AnnotationIntrospector ai, tools.jackson.databind.introspect.AnnotatedMember prop) -
findIsCDataAnnotation
public static Boolean findIsCDataAnnotation(tools.jackson.databind.cfg.MapperConfig<?> config, tools.jackson.databind.AnnotationIntrospector ai, tools.jackson.databind.introspect.AnnotatedMember prop)
-