Uses of Interface
org.inferred.freebuilder.processor.model.MethodFinder.ErrorTypeHandling
Packages that use MethodFinder.ErrorTypeHandling
-
Uses of MethodFinder.ErrorTypeHandling in org.inferred.freebuilder.processor.model
Methods in org.inferred.freebuilder.processor.model with parameters of type MethodFinder.ErrorTypeHandlingModifier and TypeMethodDescriptionprivate static <E extends Exception>
voidMethodFinder.addSupertypesToSet(TypeElement type, Set<TypeElement> mutableSet, MethodFinder.ErrorTypeHandling<E> errorTypeHandling) private static <E extends Exception>
com.google.common.collect.ImmutableSet<TypeElement> MethodFinder.getSupertypes(TypeElement type, MethodFinder.ErrorTypeHandling<E> errorTypeHandling) private static <E extends Exception>
Optional<TypeElement> MethodFinder.maybeTypeElement(TypeMirror mirror, MethodFinder.ErrorTypeHandling<E> errorTypeHandling) static <E extends Exception>
com.google.common.collect.ImmutableSet<ExecutableElement> MethodFinder.methodsOn(TypeElement type, Elements elements, MethodFinder.ErrorTypeHandling<E> errorTypeHandling) Returns all methods, declared and inherited, ontype, except those specified byObject.