Class ReferenceTypeUtils


  • public abstract class ReferenceTypeUtils
    extends Object
    • Constructor Detail

      • ReferenceTypeUtils

        public ReferenceTypeUtils()
    • Method Detail

      • _isReferenceType

        public static boolean _isReferenceType​(com.fasterxml.jackson.databind.JavaType jtype)
      • unwrapReference

        public static AnnotatedType unwrapReference​(AnnotatedType type)
        check if type is a reference type, returns the unwrapped type in case, otherwise null
        Parameters:
        type -