Class BytebuddyBytecodePluginDescriptor

java.lang.Object
de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor<de.iip_ecosphere.platform.support.bytecode.Bytecode>
de.iip_ecosphere.platform.support.plugins.SingletonPluginDescriptor<de.iip_ecosphere.platform.support.bytecode.Bytecode>
de.oktoflow.platform.support.bytecode.bytebuddy.BytebuddyBytecodePluginDescriptor
All Implemented Interfaces:
de.iip_ecosphere.platform.support.bytecode.BytecodeProviderDescriptor, de.iip_ecosphere.platform.support.plugins.PluginDescriptor<de.iip_ecosphere.platform.support.bytecode.Bytecode>, de.iip_ecosphere.platform.support.plugins.PluginInstanceDescriptor<de.iip_ecosphere.platform.support.bytecode.Bytecode>

public class BytebuddyBytecodePluginDescriptor extends de.iip_ecosphere.platform.support.plugins.SingletonPluginDescriptor<de.iip_ecosphere.platform.support.bytecode.Bytecode> implements de.iip_ecosphere.platform.support.bytecode.BytecodeProviderDescriptor
The Bytebuddy plugin descriptor.
Author:
Holger Eichelberger, SSE
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor

    de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor.PluginSupplier<T>
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates the descriptor.
  • Method Summary

    Modifier and Type
    Method
    Description
    de.iip_ecosphere.platform.support.bytecode.Bytecode
     

    Methods inherited from class de.iip_ecosphere.platform.support.plugins.SingletonPluginDescriptor

    createPlugin

    Methods inherited from class de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor

    createPlugin, getFurtherIds, getId, getType, initId, initIds, initPluginSupplier

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BytebuddyBytecodePluginDescriptor

      public BytebuddyBytecodePluginDescriptor()
      Creates the descriptor.
  • Method Details

    • create

      public de.iip_ecosphere.platform.support.bytecode.Bytecode create()
      Specified by:
      create in interface de.iip_ecosphere.platform.support.plugins.PluginInstanceDescriptor<de.iip_ecosphere.platform.support.bytecode.Bytecode>