org.glassfish.jersey.server.model
Interface MethodList.Filter

Enclosing class:
MethodList

public static interface MethodList.Filter

Method list filter.

See Also:
MethodList.filter(Filter)

Method Summary
 boolean keep(AnnotatedMethod method)
          Decide whether the method should remain in the list or should be filtered out.
 

Method Detail

keep

boolean keep(AnnotatedMethod method)
Decide whether the method should remain in the list or should be filtered out.

Parameters:
method - annotated method.
Returns:
true if the method should be kept in the method list, false if it should be filtered out.


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.