Uses of Interface
org.glassfish.hk2.classmodel.reflect.util.ParsingConfig

Packages that use ParsingConfig
org.glassfish.hk2.classmodel.reflect   
 

Uses of ParsingConfig in org.glassfish.hk2.classmodel.reflect
 

Methods in org.glassfish.hk2.classmodel.reflect that return ParsingConfig
 ParsingConfig ParsingContext.getConfig()
           
 

Methods in org.glassfish.hk2.classmodel.reflect with parameters of type ParsingConfig
 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.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.