Uses of Class
org.glassfish.hk2.classmodel.reflect.ParsingContext
-
Packages that use ParsingContext Package Description org.glassfish.hk2.classmodel.reflect org.glassfish.hk2.classmodel.reflect.impl org.glassfish.hk2.classmodel.reflect.util -
-
Uses of ParsingContext in org.glassfish.hk2.classmodel.reflect
Fields in org.glassfish.hk2.classmodel.reflect declared as ParsingContext Modifier and Type Field Description private ParsingContextParser. contextMethods in org.glassfish.hk2.classmodel.reflect that return ParsingContext Modifier and Type Method Description ParsingContextParsingContext.Builder. build()Build the final ParsingContext with the provided configuration.ParsingContextParser. 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 Constructor Description Parser(ParsingContext context) -
Uses of ParsingContext in org.glassfish.hk2.classmodel.reflect.impl
Fields in org.glassfish.hk2.classmodel.reflect.impl declared as ParsingContext Modifier and Type Field Description private ParsingContextModelClassVisitor. ctxConstructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ParsingContext Constructor Description ModelClassVisitor(ParsingContext ctx, java.net.URI definingURI, java.lang.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 ParsingContext Modifier and Type Method Description voidCommonModelRegistry. loadModel(ParsingContext ctx, java.lang.String className)
-