Package com.embabel.agent.core
Object JvmType.Companion
-
- All Implemented Interfaces:
public class JvmType.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static JvmType.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitclearChildrenCache()Clear the children cache. final Collection<JvmType>fromClasses(Collection<Class<?>> classes)May need to break up with SomeOf -
-
Method Detail
-
clearChildrenCache
final Unit clearChildrenCache()
Clear the children cache. Called on context shutdown for hot-reload support.
-
fromClasses
final Collection<JvmType> fromClasses(Collection<Class<?>> classes)
May need to break up with SomeOf
-
-
-
-