public final class

DynamicFinder

extends Object
java.lang.Object
   ↳ com.google.inject.persist.finder.DynamicFinder

Class Overview

Utility that helps you introspect dynamic finder methods.

Summary

Public Constructors
DynamicFinder(Method method)
Public Methods
static DynamicFinder from(Method method)
Returns some metadata if the method is annotated @Finder or null.
Finder metadata()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DynamicFinder (Method method)

Public Methods

public static DynamicFinder from (Method method)

Returns some metadata if the method is annotated @Finder or null.

Parameters
method a method you want to test as a dynamic finder

public Finder metadata ()