Uses of Class
net.morimekta.providence.reflect.util.ProgramRegistry
-
Packages that use ProgramRegistry Package Description net.morimekta.providence.reflect net.morimekta.providence.reflect.util -
-
Uses of ProgramRegistry in net.morimekta.providence.reflect
Methods in net.morimekta.providence.reflect that return ProgramRegistry Modifier and Type Method Description ProgramRegistryTypeLoader. getProgramRegistry()Constructors in net.morimekta.providence.reflect with parameters of type ProgramRegistry Constructor Description TypeLoader(java.util.Collection<java.io.File> includes, ProgramParser parser, ProgramRegistry registry, ProgramConverter converter)Constructor with injected functionality. -
Uses of ProgramRegistry in net.morimekta.providence.reflect.util
Constructors in net.morimekta.providence.reflect.util with parameters of type ProgramRegistry Constructor Description ProgramConverter(ProgramRegistry programRegistry)Create a program converter that uses the given registry for type references.
-