Uses of Interface
org.glassfish.hk2.classmodel.reflect.Types
-
Packages that use Types Package Description org.glassfish.hk2.classmodel.reflect org.glassfish.hk2.classmodel.reflect.impl -
-
Uses of Types in org.glassfish.hk2.classmodel.reflect
Fields in org.glassfish.hk2.classmodel.reflect with type parameters of type Types Modifier and Type Field Description private java.util.Map<java.lang.String,Types>
Parser. processedURI
Methods in org.glassfish.hk2.classmodel.reflect that return Types Modifier and Type Method Description private Types
Parser. getResult(java.net.URI uri)
Types
ParsingContext. getTypes()
Return the holder instance of all the visited types.Methods in org.glassfish.hk2.classmodel.reflect with parameters of type Types Modifier and Type Method Description private void
Parser. saveResult(java.net.URI uri, Types types)
-
Uses of Types in org.glassfish.hk2.classmodel.reflect.impl
Classes in org.glassfish.hk2.classmodel.reflect.impl that implement Types Modifier and Type Class Description class
TypesCtr
contains all the parsed types references.
-