Class BuildableType.IsToBuilderMethod

  • All Implemented Interfaces:
    java.util.function.Predicate<javax.lang.model.element.ExecutableElement>
    Enclosing class:
    BuildableType

    private static final class BuildableType.IsToBuilderMethod
    extends java.lang.Object
    implements java.util.function.Predicate<javax.lang.model.element.ExecutableElement>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) javax.lang.model.type.TypeMirror builder  
      (package private) javax.lang.model.type.DeclaredType datatype  
      (package private) javax.lang.model.util.Types types  
    • Constructor Summary

      Constructors 
      Constructor Description
      IsToBuilderMethod​(javax.lang.model.type.DeclaredType datatype, javax.lang.model.type.TypeMirror builder, javax.lang.model.util.Types types)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(javax.lang.model.element.ExecutableElement element)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Field Detail

      • datatype

        final javax.lang.model.type.DeclaredType datatype
      • builder

        final javax.lang.model.type.TypeMirror builder
      • types

        final javax.lang.model.util.Types types
    • Constructor Detail

      • IsToBuilderMethod

        IsToBuilderMethod​(javax.lang.model.type.DeclaredType datatype,
                          javax.lang.model.type.TypeMirror builder,
                          javax.lang.model.util.Types types)
    • Method Detail

      • test

        public boolean test​(javax.lang.model.element.ExecutableElement element)
        Specified by:
        test in interface java.util.function.Predicate<javax.lang.model.element.ExecutableElement>