Uses of Class
org.openjdk.jmc.agent.TransformDescriptor
Packages that use TransformDescriptor
-
Uses of TransformDescriptor in org.openjdk.jmc.agent
Methods in org.openjdk.jmc.agent that return TransformDescriptorModifier and TypeMethodDescriptionstatic TransformDescriptorTransformDescriptor.create(String id, String internalName, Method method, Map<String, String> values, List<Parameter> parameters, ReturnValue returnValue, List<Field> fields) Factory method for creatingTransformDescriptorinstances.Methods in org.openjdk.jmc.agent that return types with arguments of type TransformDescriptorModifier and TypeMethodDescriptionTransformRegistry.getTransformData(String className) Returns the unmodifiable list ofTransformDescriptors for the named class.Methods in org.openjdk.jmc.agent with parameters of type TransformDescriptorModifier and TypeMethodDescriptionprivate byte[]Transformer.doTransform(TransformDescriptor td, byte[] classfileBuffer, ClassLoader definingClassLoader, Class<?> classBeingRedefined, ProtectionDomain protectionDomain) Method parameters in org.openjdk.jmc.agent with type arguments of type TransformDescriptorModifier and TypeMethodDescriptionprivate byte[]Transformer.doTransforms(List<TransformDescriptor> transformDataList, byte[] classfileBuffer, ClassLoader definingClassLoader, Class<?> classBeingRedefined, ProtectionDomain protectionDomain) -
Uses of TransformDescriptor in org.openjdk.jmc.agent.impl
Fields in org.openjdk.jmc.agent.impl with type parameters of type TransformDescriptorModifier and TypeFieldDescriptionprivate final HashMap<String, List<TransformDescriptor>> DefaultTransformRegistry.transformDataMethods in org.openjdk.jmc.agent.impl that return TransformDescriptorModifier and TypeMethodDescriptionprivate static TransformDescriptorDefaultTransformRegistry.parseTransformData(XMLStreamReader streamReader, HashMap<String, String> globalDefaults) Methods in org.openjdk.jmc.agent.impl that return types with arguments of type TransformDescriptorMethods in org.openjdk.jmc.agent.impl with parameters of type TransformDescriptorModifier and TypeMethodDescriptionprivate voidDefaultTransformRegistry.add(TransformDescriptor td) private static booleanDefaultTransformRegistry.validate(DefaultTransformRegistry registry, TransformDescriptor td) Method parameters in org.openjdk.jmc.agent.impl with type arguments of type TransformDescriptorModifier and TypeMethodDescriptionprivate booleanDefaultTransformRegistry.isPendingTransforms(List<TransformDescriptor> transforms) -
Uses of TransformDescriptor in org.openjdk.jmc.agent.jfr
Subclasses of TransformDescriptor in org.openjdk.jmc.agent.jfr