Uses of Class
org.glassfish.hk2.classmodel.reflect.ParsingContext
Packages that use ParsingContext
Package
Description
-
Uses of ParsingContext in org.glassfish.hk2.classmodel.reflect
Fields in org.glassfish.hk2.classmodel.reflect declared as ParsingContextMethods in org.glassfish.hk2.classmodel.reflect that return ParsingContextModifier and TypeMethodDescriptionParsingContext.Builder.build()
Build the final ParsingContext with the provided configuration.Parser.getContext()
Returns the context this parser instance was initialized with during the call toParser(ParsingContext)
Constructors in org.glassfish.hk2.classmodel.reflect with parameters of type ParsingContext -
Uses of ParsingContext in org.glassfish.hk2.classmodel.reflect.impl
Fields in org.glassfish.hk2.classmodel.reflect.impl declared as ParsingContextConstructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ParsingContextModifierConstructorDescriptionModelClassVisitor
(ParsingContext ctx, URI definingURI, String entryName, boolean isApplicationClass) -
Uses of ParsingContext in org.glassfish.hk2.classmodel.reflect.util
Methods in org.glassfish.hk2.classmodel.reflect.util with parameters of type ParsingContextModifier and TypeMethodDescriptionvoid
CommonModelRegistry.loadModel
(ParsingContext ctx, String className)