Skip to content

Instantly share code, notes, and snippets.

@MAAARKIN
Created September 14, 2019 20:05
Show Gist options
  • Save MAAARKIN/5a30f0c7248c772dacc855c9a15595d9 to your computer and use it in GitHub Desktop.
Save MAAARKIN/5a30f0c7248c772dacc855c9a15595d9 to your computer and use it in GitHub Desktop.
public interface HeimdallInterceptor {
String getFile(TypeExecutionPoint typeExecutionPoint);
Object parseContent(String content);
Map<String, Object> buildParameters(Interceptor interceptor);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment