
io.pebbletemplates.pebble.attributes.methodaccess.MethodAccessValidator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pebble Show documentation
Show all versions of pebble Show documentation
Templating engine for Java.
The newest version!
package io.pebbletemplates.pebble.attributes.methodaccess;
import java.lang.reflect.Method;
public interface MethodAccessValidator {
boolean isMethodAccessAllowed(Object object, Method method);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy