Class BytecodeRecorderImpl.SubstitutionHolder

java.lang.Object
io.quarkus.deployment.recording.BytecodeRecorderImpl.SubstitutionHolder
Enclosing class:
BytecodeRecorderImpl

static final class BytecodeRecorderImpl.SubstitutionHolder extends Object
  • Field Details

    • from

      final Class<?> from
    • to

      final Class<?> to
    • sub

      final Class<? extends io.quarkus.runtime.ObjectSubstitution<?,?>> sub
  • Constructor Details

    • SubstitutionHolder

      SubstitutionHolder(Class<?> from, Class<?> to, Class<? extends io.quarkus.runtime.ObjectSubstitution<?,?>> sub)