| Package | Description | 
|---|---|
| org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. | 
| Modifier and Type | Method and Description | 
|---|---|
| static FSClassRegistry.JCasClassInfo | FSClassRegistry. createJCasClassInfo(TypeImpl ti,
                   ClassLoader cl,
                   MethodHandles.Lookup lookup) | 
| static FSClassRegistry.JCasClassInfo | FSClassRegistry. getOrCreateJCasClassInfo(TypeImpl ti,
                        ClassLoader cl,
                        Map<String,FSClassRegistry.JCasClassInfo> type2jcci,
                        MethodHandles.Lookup lookup)For a particular type name, get the JCasClassInfo
   - by fetching the cached value
   - by loading the class
   - return null if no JCas class for this name 
 only called for non-Pear callers | 
| Modifier and Type | Method and Description | 
|---|---|
| static FSClassRegistry.JCasClassInfo | FSClassRegistry. getOrCreateJCasClassInfo(TypeImpl ti,
                        ClassLoader cl,
                        Map<String,FSClassRegistry.JCasClassInfo> type2jcci,
                        MethodHandles.Lookup lookup)For a particular type name, get the JCasClassInfo
   - by fetching the cached value
   - by loading the class
   - return null if no JCas class for this name 
 only called for non-Pear callers | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.