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

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

package io.pebbletemplates.pebble.attributes.methodaccess;

import java.lang.reflect.Method;

public class NoOpMethodAccessValidator implements MethodAccessValidator {

  @Override
  public boolean isMethodAccessAllowed(Object object, Method method) {
    return true;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy