Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getStorageBeans
Method
getStorageBeans
code/src/java/pcgen/cdom/helper/SpringHelper.java:72–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
public
static
Collection<AbstractStorageFacet> getStorageBeans()
73
{
74
return
BEAN_FACTORY.getBeansOfType(AbstractStorageFacet.
class
).values();
75
}
76
}
Callers
1
clone
Method · 0.95
Calls
1
values
Method · 0.45
Tested by
no test coverage detected