Class AnnotationSupportable

java.lang.Object
nl._42.beanie.generator.supported.AnnotationSupportable
All Implemented Interfaces:
Supportable

public class AnnotationSupportable extends Object implements Supportable
Java8 predicate based supportable implementation.
Since:
Jun 8, 2016
Author:
Jeroen van Schagen
  • Constructor Details

    • AnnotationSupportable

      public AnnotationSupportable(Class<? extends Annotation> annotationType)
  • Method Details

    • supports

      public boolean supports(AccessibleObject object)
      Determine if this accessible object is supported.
      Specified by:
      supports in interface Supportable
      Parameters:
      object - the object
      Returns:
      whether it is supported