Class OmittedProjectionSupport
java.lang.Object
com.blackbuild.klum.ast.runtime.internal.OmittedProjectionSupport
Runtime matcher for the internal catalog of deliberately omitted composition projections.
The wire format is a semicolon-separated list of entries. Each entry contains six period-separated fields: Base64 name, minimum argument count, varargs flag, Base64 comma-separated parameter types, Base64 signature, and Base64 omission reason. URL-safe Base64 without padding keeps the two delimiters unambiguous.
-
Method Summary
-
Method Details
-
handle
public static RuntimeException handle(Object receiver, String methodName, Object arguments, String encodedCatalog)
-