All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.pebbletemplates.pebble.attributes.methodaccess.MethodAccessValidator Maven / Gradle / Ivy

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