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

functions.RESTResource.ext Maven / Gradle / Ivy

There is a newer version: 1.24.1
Show newest version
extension java::GeneratorCommons;
extension functions::RESTOperation;

cached boolean filterCustomHeaders(JMM::RESTResource resource):
    filterCustomHeaders() && resource.ownedOperation.typeSelect(JMM::RESTOperation).select(e|e.hasBeanParams()).getBeanParams().select(e|e.supportsCustomHeaders).isEmpty == false;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy