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 ParsingContext
Parser. context
Methods in org.glassfish.hk2.classmodel.reflect that return ParsingContext Modifier and Type Method Description ParsingContext
ParsingContext.Builder. build()
Build the final ParsingContext with the provided configuration.ParsingContext
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 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 ParsingContext
ModelClassVisitor. ctx
Constructors 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 void
CommonModelRegistry. loadModel(ParsingContext ctx, java.lang.String className)
-