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. processedURIMethods in org.glassfish.hk2.classmodel.reflect that return Types Modifier and Type Method Description private TypesParser. getResult(java.net.URI uri)TypesParsingContext. 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 voidParser. 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 classTypesCtrcontains all the parsed types references.
-