Interface MessageFormatSupport.TypeChecker

Enclosing interface:
MessageFormatSupport

public static interface MessageFormatSupport.TypeChecker
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isCompatibleWith(String typeName, Set<String> allowedTypeNames)
     
  • Method Details

    • isCompatibleWith

      boolean isCompatibleWith(String typeName, Set<String> allowedTypeNames)