Uses of Interface
org.glassfish.hk2.classmodel.reflect.util.ParsingConfig
-
Packages that use ParsingConfig Package Description org.glassfish.hk2.classmodel.reflect -
-
Uses of ParsingConfig in org.glassfish.hk2.classmodel.reflect
Methods in org.glassfish.hk2.classmodel.reflect that return ParsingConfig Modifier and Type Method Description ParsingConfig
ParsingContext. getConfig()
Methods in org.glassfish.hk2.classmodel.reflect with parameters of type ParsingConfig Modifier and Type Method Description ParsingContext.Builder
ParsingContext.Builder. config(ParsingConfig config)
Sets the parsing config that can be used to select which types should be exhaustively visited (fields + methods visits) or not.
-