Uses of Class
com.offbynull.coroutines.instrumenter.asm.ClassInformation
Packages that use ClassInformation
-
Uses of ClassInformation in com.offbynull.coroutines.instrumenter.asm
Fields in com.offbynull.coroutines.instrumenter.asm with type parameters of type ClassInformationModifier and TypeFieldDescriptionprivate final Map<String, ClassInformation> FileSystemClassInformationRepository.hierarchyMapMethods in com.offbynull.coroutines.instrumenter.asm that return ClassInformationModifier and TypeMethodDescription(package private) static ClassInformationInternalUtils.getClassInformation(InputStream is) ClassInformationRepository.getInformation(String internalClassName) Get information for a class.ClassLoaderClassInformationRepository.getInformation(String internalClassName) ClassResourceClassInformationRepository.getInformation(String internalClassName) CompositeClassInformationRepository.getInformation(String internalClassName) FileSystemClassInformationRepository.getInformation(String internalClassName) Methods in com.offbynull.coroutines.instrumenter.asm with parameters of type ClassInformationModifier and TypeMethodDescriptionvoidFileSystemClassInformationRepository.addIndividual(String className, ClassInformation classInformation) Add a custom class.