BrightSide Workbench Full Report + Source Code
org.turro.marker.ElephantHelpers Class Reference

Static Public Member Functions

static void addToMap (Map map)
 
static List< IElephantHelpergetHelpers ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 30 of file ElephantHelpers.java.

Member Function Documentation

◆ addToMap()

static void org.turro.marker.ElephantHelpers.addToMap ( Map  map)
static

Definition at line 32 of file ElephantHelpers.java.

32  {
33  getHelpers().forEach(helper -> map.put(helper.getName(), helper));
34  }
static List< IElephantHelper > getHelpers()
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getHelpers()

static List<IElephantHelper> org.turro.marker.ElephantHelpers.getHelpers ( )
static

Definition at line 36 of file ElephantHelpers.java.

36  {
37  return Instances.cached().byAnnotation(ElephantHelper.class, IElephantHelper.class);
38  }
Here is the caller graph for this function:

The documentation for this class was generated from the following file: