Interface InclusionFilter


  • public interface InclusionFilter
    Since:
    0.9.0
    Author:
    Lukas Krejci
    • Method Detail

      • accepts

        boolean accepts​(String typeBinaryName,
                        String typeCanonicalName)
      • rejects

        boolean rejects​(String typeBinaryName,
                        String typeCanonicalName)
      • defaultCase

        boolean defaultCase()