Created
September 14, 2019 20:05
-
-
Save MAAARKIN/5a30f0c7248c772dacc855c9a15595d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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