Class MarshallerExclusions


  • public final class MarshallerExclusions
    extends Object
    Controls what classes should be excluded from marshalling by default.
    • Method Detail

      • isExcluded

        public static boolean isExcluded​(Class<?> cls)
        Checks whether or not given class should be excluded from marshalling.
        Parameters:
        cls - Class to check.
        Returns:
        true if class should be excluded, false otherwise.
      • clearCache

        public static void clearCache()
        Intended for test purposes only.