Interface AbstractCollectionJaxbProvider.JaxbTypeChecker

Enclosing class:
AbstractCollectionJaxbProvider

public static interface AbstractCollectionJaxbProvider.JaxbTypeChecker
This is to allow customized JAXB collections checking.
See Also:
  • AbstractCollectionJaxbProvider.verifyArrayType(java.lang.Class)
  • AbstractCollectionJaxbProvider.verifyGenericType(java.lang.reflect.Type)
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isJaxbType(Class<?> type)
     
  • Method Details

    • isJaxbType

      boolean isJaxbType(Class<?> type)