Uses of Class
org.apache.uima.cas.impl.CasTypeSystemMapper
Packages that use CasTypeSystemMapper
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of CasTypeSystemMapper in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as CasTypeSystemMapperModifier and TypeFieldDescriptionprivate final CasTypeSystemMapper
AllFSs.typeMapper
private final CasTypeSystemMapper
BinaryCasSerDes6.typeMapper
private final CasTypeSystemMapper
CasCompare.typeMapper
Fields in org.apache.uima.cas.impl with type parameters of type CasTypeSystemMapperModifier and TypeFieldDescriptionfinal Map
<TypeSystemImpl, CasTypeSystemMapper> TypeSystemImpl.typeSystemMappers
Type Mapping Objects used in compressed binary (de)serialization These are in an identity map, key = target type system Threading: this map is used by multiple threads Key = target type system, via a weak reference.Methods in org.apache.uima.cas.impl that return CasTypeSystemMapperModifier and TypeMethodDescription(package private) CasTypeSystemMapper
TypeSystemImpl.getTypeSystemMapper
(TypeSystemImpl tgtTs) (package private) CasTypeSystemMapper
TypeSystemImpl.getTypeSystemMapperInner
(TypeSystemImpl tgtTs) Methods in org.apache.uima.cas.impl with parameters of type CasTypeSystemMapperModifier and TypeMethodDescriptionCASImpl.walkReachablePlusFSsSorted
(Consumer<TOP> action_filtered, MarkerImpl mark, Predicate<TOP> includeFilter, CasTypeSystemMapper typeMapper) find all of the FSs via the indexes plus what's reachable.Constructors in org.apache.uima.cas.impl with parameters of type CasTypeSystemMapperModifierConstructorDescription(package private)
AllFSs
(CASImpl cas, MarkerImpl mark, Predicate<TOP> includeFilter, CasTypeSystemMapper typeMapper)