jar

org.apache.felix : org.apache.felix.ipojo.manipulator

Maven & Gradle

Dec 16, 2014
18 usages

Apache Felix iPOJO Manipulator · iPOJO bytecode manipulator. This manipulator is used to instrument java classes in order to be managed by iPOJO.

Table Of Contents

Latest Version

Download org.apache.felix : org.apache.felix.ipojo.manipulator JAR file - Latest Versions:

All Versions

Download org.apache.felix : org.apache.felix.ipojo.manipulator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.12.x
1.11.x
1.10.x
1.8.x
1.6.x
1.4.x
1.2.x
1.0.x
0.8.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window org.apache.felix.ipojo.manipulator-1.12.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.felix.ipojo.xml.parser

├─ org.apache.felix.ipojo.xml.parser.ParseException.class - [JAR]

├─ org.apache.felix.ipojo.xml.parser.SchemaResolver.class - [JAR]

├─ org.apache.felix.ipojo.xml.parser.XMLMetadataParser.class - [JAR]

org.apache.felix.ipojo.manipulator.metadata.annotation.model.literal

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.model.literal.AnnotationPlayback.class - [JAR]

org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic.FieldGenericVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic.GenericVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic.GenericVisitorFactory.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic.MethodGenericVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic.ParameterGenericVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic.RootGenericVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic.SubArrayVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.generic.TypeGenericVisitor.class - [JAR]

org.apache.felix.ipojo.manipulator.render

├─ org.apache.felix.ipojo.manipulator.render.ManipulatedMetadataFilter.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.render.MetadataFilter.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.render.MetadataRenderer.class - [JAR]

org.apache.felix.ipojo.manipulator.metadata.annotation.model.discovery

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.model.discovery.ChainedAnnotationDiscovery.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.model.discovery.HandlerBindingDiscovery.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.model.discovery.IgnoredDiscovery.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.model.discovery.StereotypeDiscovery.class - [JAR]

org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.bind

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.bind.AbstractBindVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.bind.Action.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.bind.MethodBindVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.bind.ParameterBindVisitor.class - [JAR]

org.apache.felix.ipojo.manipulator.spi

├─ org.apache.felix.ipojo.manipulator.spi.AbsBindingModule.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.spi.AnnotationLiteral.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.spi.AnnotationVisitorFactory.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.spi.BindingContext.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.spi.Module.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.spi.ModuleProvider.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.spi.Predicate.class - [JAR]

org.apache.felix.ipojo.manipulation

├─ org.apache.felix.ipojo.manipulation.ClassChecker.class - [JAR]

├─ org.apache.felix.ipojo.manipulation.ClassLoaderAwareClassWriter.class - [JAR]

├─ org.apache.felix.ipojo.manipulation.ClassManipulator.class - [JAR]

├─ org.apache.felix.ipojo.manipulation.ConstructorCodeAdapter.class - [JAR]

├─ org.apache.felix.ipojo.manipulation.InnerClassAdapter.class - [JAR]

├─ org.apache.felix.ipojo.manipulation.InnerClassChecker.class - [JAR]

├─ org.apache.felix.ipojo.manipulation.ManipulationProperty.class - [JAR]

├─ org.apache.felix.ipojo.manipulation.Manipulator.class - [JAR]

├─ org.apache.felix.ipojo.manipulation.MethodCodeAdapter.class - [JAR]

├─ org.apache.felix.ipojo.manipulation.MethodDescriptor.class - [JAR]

org.apache.felix.ipojo.manipulator.visitor.check

├─ org.apache.felix.ipojo.manipulator.visitor.check.CheckFieldConsistencyResultVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.visitor.check.CheckFieldConsistencyVisitor.class - [JAR]

org.apache.felix.ipojo.manipulator.metadata

├─ org.apache.felix.ipojo.manipulator.metadata.AnnotationMetadataProvider.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.CacheableMetadataProvider.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.CompositeMetadataProvider.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.EmptyMetadataProvider.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.FileMetadataProvider.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.StreamMetadataProvider.class - [JAR]

org.apache.felix.ipojo.manipulator.metadata.annotation.model.parser.replay

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.model.parser.replay.AnnotationRecorder.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.model.parser.replay.AnnotationVisitorPlayback.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.model.parser.replay.Replay.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.model.parser.replay.Visit.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.model.parser.replay.VisitAnnotation.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.model.parser.replay.VisitArray.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.model.parser.replay.VisitEnd.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.model.parser.replay.VisitEnum.class - [JAR]

org.apache.felix.ipojo.manipulator.metadata.annotation.registry

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.registry.Binding.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.registry.BindingRegistry.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.registry.CompletableBindingRegistry.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.registry.DefaultBindingRegistry.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.registry.IgnoreAllBindingRegistry.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.registry.LegacyGenericBindingRegistry.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.registry.MetaAnnotationBindingRegistry.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.registry.Selection.class - [JAR]

org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.stereotype

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.stereotype.FieldStereotypeVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.stereotype.MethodStereotypeVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.stereotype.ParameterStereotypeVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.stereotype.StereotypeVisitorFactory.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.stereotype.TypeStereotypeVisitor.class - [JAR]

org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.util

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.util.Bindings.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.util.Elements.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.util.Names.class - [JAR]

org.apache.felix.ipojo.manipulator.store.mapper

├─ org.apache.felix.ipojo.manipulator.store.mapper.FileSystemResourceMapper.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.store.mapper.IdentityResourceMapper.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.store.mapper.WABResourceMapper.class - [JAR]

org.apache.felix.ipojo.manipulator.metadata.annotation

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.ClassMetadataCollector.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.ComponentWorkbench.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.FieldMetadataCollector.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.MethodMetadataCollector.class - [JAR]

org.apache.felix.ipojo.manipulator.store

├─ org.apache.felix.ipojo.manipulator.store.DirectoryResourceStore.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.store.JarFileResourceStore.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.store.ManifestBuilder.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.store.ResourceMapper.class - [JAR]

org.apache.felix.ipojo.manipulator.metadata.annotation.model

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.model.AnnotationDiscovery.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.model.AnnotationType.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.model.Playback.class - [JAR]

org.apache.felix.ipojo.manipulator.metadata.annotation.visitor

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.ComponentVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.ControllerVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.FieldPropertyVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.HandlerDeclarationVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.HandlerVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.InstantiateVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.LifecycleVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.MethodPropertyVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.ParameterPropertyVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.PostRegistrationVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.PostUnregistrationVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.ProvidesVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.RequiresVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.ServiceControllerVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.UpdatedVisitor.class - [JAR]

org.apache.felix.ipojo.manipulator.reporter

├─ org.apache.felix.ipojo.manipulator.reporter.EmptyReporter.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.reporter.SystemReporter.class - [JAR]

org.apache.felix.ipojo.manipulator.spi.provider

├─ org.apache.felix.ipojo.manipulator.spi.provider.CompositeModuleProvider.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.spi.provider.CoreModuleProvider.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.spi.provider.DefaultModuleProvider.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.spi.provider.ServiceLoaderModuleProvider.class - [JAR]

org.apache.felix.ipojo.manipulator

├─ org.apache.felix.ipojo.manipulator.ManifestAttributeFilter.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.ManifestProvider.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.ManipulationEngine.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.ManipulationResultVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.ManipulationUnit.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.ManipulationVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.MetadataProvider.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.Pojoization.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.QuotedTokenizer.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.Reporter.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.ResourceStore.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.ResourceVisitor.class - [JAR]

org.objectweb.asm

├─ org.objectweb.asm.AnnotationVisitor.class - [JAR]

├─ org.objectweb.asm.AnnotationWriter.class - [JAR]

├─ org.objectweb.asm.Attribute.class - [JAR]

├─ org.objectweb.asm.ByteVector.class - [JAR]

├─ org.objectweb.asm.ClassReader.class - [JAR]

├─ org.objectweb.asm.ClassVisitor.class - [JAR]

├─ org.objectweb.asm.ClassWriter.class - [JAR]

├─ org.objectweb.asm.Context.class - [JAR]

├─ org.objectweb.asm.Edge.class - [JAR]

├─ org.objectweb.asm.FieldVisitor.class - [JAR]

├─ org.objectweb.asm.FieldWriter.class - [JAR]

├─ org.objectweb.asm.Frame.class - [JAR]

├─ org.objectweb.asm.Handle.class - [JAR]

├─ org.objectweb.asm.Handler.class - [JAR]

├─ org.objectweb.asm.Item.class - [JAR]

├─ org.objectweb.asm.Label.class - [JAR]

├─ org.objectweb.asm.MethodVisitor.class - [JAR]

├─ org.objectweb.asm.MethodWriter.class - [JAR]

├─ org.objectweb.asm.Opcodes.class - [JAR]

├─ org.objectweb.asm.Type.class - [JAR]

├─ org.objectweb.asm.TypePath.class - [JAR]

├─ org.objectweb.asm.TypeReference.class - [JAR]

org.apache.felix.ipojo.manipulator.metadata.annotation.module

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.module.DefaultBindingModule.class - [JAR]

org.apache.felix.ipojo.manipulator.visitor.writer

├─ org.apache.felix.ipojo.manipulator.visitor.writer.ManipulatedResourcesWriter.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.visitor.writer.ManipulatedResultWriter.class - [JAR]

org.apache.felix.ipojo.manipulator.manifest

├─ org.apache.felix.ipojo.manipulator.manifest.DirectManifestProvider.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.manifest.FileManifestProvider.class - [JAR]

org.objectweb.asm.commons

├─ org.objectweb.asm.commons.AdviceAdapter.class - [JAR]

├─ org.objectweb.asm.commons.AnalyzerAdapter.class - [JAR]

├─ org.objectweb.asm.commons.CodeSizeEvaluator.class - [JAR]

├─ org.objectweb.asm.commons.GeneratorAdapter.class - [JAR]

├─ org.objectweb.asm.commons.InstructionAdapter.class - [JAR]

├─ org.objectweb.asm.commons.JSRInlinerAdapter.class - [JAR]

├─ org.objectweb.asm.commons.LocalVariablesSorter.class - [JAR]

├─ org.objectweb.asm.commons.Method.class - [JAR]

├─ org.objectweb.asm.commons.Remapper.class - [JAR]

├─ org.objectweb.asm.commons.RemappingAnnotationAdapter.class - [JAR]

├─ org.objectweb.asm.commons.RemappingClassAdapter.class - [JAR]

├─ org.objectweb.asm.commons.RemappingFieldAdapter.class - [JAR]

├─ org.objectweb.asm.commons.RemappingMethodAdapter.class - [JAR]

├─ org.objectweb.asm.commons.RemappingSignatureAdapter.class - [JAR]

├─ org.objectweb.asm.commons.SerialVersionUIDAdder.class - [JAR]

├─ org.objectweb.asm.commons.SimpleRemapper.class - [JAR]

├─ org.objectweb.asm.commons.StaticInitMerger.class - [JAR]

├─ org.objectweb.asm.commons.TableSwitchGenerator.class - [JAR]

├─ org.objectweb.asm.commons.TryCatchBlockSorter.class - [JAR]

org.apache.felix.ipojo.manipulator.spi.helper

├─ org.apache.felix.ipojo.manipulator.spi.helper.Predicates.class - [JAR]

org.apache.felix.ipojo.manipulator.visitor

├─ org.apache.felix.ipojo.manipulator.visitor.ManipulationAdapter.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.visitor.ManipulationResultAdapter.class - [JAR]

org.apache.felix.ipojo.manipulator.metadata.annotation.model.parser

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.model.parser.AnnotationParser.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.model.parser.AnnotationTypeVisitor.class - [JAR]

org.apache.felix.ipojo.manipulator.store.builder

├─ org.apache.felix.ipojo.manipulator.store.builder.DefaultManifestBuilder.class - [JAR]

org.apache.felix.ipojo.manipulator.util

├─ org.apache.felix.ipojo.manipulator.util.ChainedAnnotationVisitor.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.util.Classpath.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.util.Collections5.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.util.Constants.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.util.IsolatedClassLoader.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.util.Metadatas.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.util.Streams.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.util.Strings.class - [JAR]

org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.ignore

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.ignore.NullBinding.class - [JAR]

├─ org.apache.felix.ipojo.manipulator.metadata.annotation.visitor.ignore.NullVisitorFactory.class - [JAR]

org.objectweb.asm.tree

├─ org.objectweb.asm.tree.AbstractInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.AnnotationNode.class - [JAR]

├─ org.objectweb.asm.tree.ClassNode.class - [JAR]

├─ org.objectweb.asm.tree.FieldInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.FieldNode.class - [JAR]

├─ org.objectweb.asm.tree.FrameNode.class - [JAR]

├─ org.objectweb.asm.tree.IincInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.InnerClassNode.class - [JAR]

├─ org.objectweb.asm.tree.InsnList.class - [JAR]

├─ org.objectweb.asm.tree.InsnNode.class - [JAR]

├─ org.objectweb.asm.tree.IntInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.InvokeDynamicInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.JumpInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.LabelNode.class - [JAR]

├─ org.objectweb.asm.tree.LdcInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.LineNumberNode.class - [JAR]

├─ org.objectweb.asm.tree.LocalVariableAnnotationNode.class - [JAR]

├─ org.objectweb.asm.tree.LocalVariableNode.class - [JAR]

├─ org.objectweb.asm.tree.LookupSwitchInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.MethodInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.MethodNode.class - [JAR]

├─ org.objectweb.asm.tree.MultiANewArrayInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.ParameterNode.class - [JAR]

├─ org.objectweb.asm.tree.TableSwitchInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.TryCatchBlockNode.class - [JAR]

├─ org.objectweb.asm.tree.TypeAnnotationNode.class - [JAR]

├─ org.objectweb.asm.tree.TypeInsnNode.class - [JAR]

├─ org.objectweb.asm.tree.VarInsnNode.class - [JAR]

Advertisement

Dependencies from Group

Discover Dependencies

Oct 17, 2019
5 usages
1 stars
Jul 26, 2023
7 usages
317 stars
Sep 27, 2016
9 usages
1.3k stars
Jul 31, 2023
10 usages
2 stars
Feb 28, 2018
20 usages
23 stars
May 31, 2019
25 usages
6 stars
Dec 25, 2019
13 usages
1.5k stars
Apr 26, 2016
32 usages
159 stars