Uses of Interface
org.glassfish.hk2.classmodel.reflect.util.ResourceLocator
-
Packages that use ResourceLocator Package Description org.glassfish.hk2.classmodel.reflect org.glassfish.hk2.classmodel.reflect.util -
-
Uses of ResourceLocator in org.glassfish.hk2.classmodel.reflect
Methods in org.glassfish.hk2.classmodel.reflect that return ResourceLocator Modifier and Type Method Description ResourceLocator
ParsingContext. getLocator()
Methods in org.glassfish.hk2.classmodel.reflect with parameters of type ResourceLocator Modifier and Type Method Description ParsingContext.Builder
ParsingContext.Builder. locator(ResourceLocator locator)
Sets the resource locator that can be used to load and parse extra types that were referenced during the parsing but could not be parsed due to their absence from the input archive set. -
Uses of ResourceLocator in org.glassfish.hk2.classmodel.reflect.util
Classes in org.glassfish.hk2.classmodel.reflect.util that implement ResourceLocator Modifier and Type Class Description class
CommonModelRegistry
-