Uses of Class
org.apache.uima.cas.impl.FSClassRegistry.JCasClassInfo
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of FSClassRegistry.JCasClassInfo in org.apache.uima.cas.impl
Modifier and TypeMethodDescriptionFSClassRegistry.createJCasClassInfo
(TypeImpl ti, ClassLoader cl, MethodHandles.Lookup lookup) 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 callersModifier and TypeMethodDescriptionFSClassRegistry.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