Class FieldExtractor

  • All Implemented Interfaces:
    net.bytebuddy.dynamic.scaffold.InstrumentedType.Prepareable, net.bytebuddy.implementation.bytecode.ByteCodeAppender, net.bytebuddy.implementation.Implementation

    public class FieldExtractor
    extends java.lang.Object
    implements net.bytebuddy.implementation.Implementation, net.bytebuddy.implementation.bytecode.ByteCodeAppender
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface net.bytebuddy.implementation.bytecode.ByteCodeAppender

        net.bytebuddy.implementation.bytecode.ByteCodeAppender.Compound, net.bytebuddy.implementation.bytecode.ByteCodeAppender.Simple, net.bytebuddy.implementation.bytecode.ByteCodeAppender.Size
      • Nested classes/interfaces inherited from interface net.bytebuddy.implementation.Implementation

        net.bytebuddy.implementation.Implementation.Composable, net.bytebuddy.implementation.Implementation.Compound, net.bytebuddy.implementation.Implementation.Context, net.bytebuddy.implementation.Implementation.Simple, net.bytebuddy.implementation.Implementation.SpecialMethodInvocation, net.bytebuddy.implementation.Implementation.Target
      • Nested classes/interfaces inherited from interface net.bytebuddy.dynamic.scaffold.InstrumentedType.Prepareable

        net.bytebuddy.dynamic.scaffold.InstrumentedType.Prepareable.NoOp
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldExtractor​(java.lang.Class<?> sourceClass)  
      FieldExtractor​(java.lang.Class<?> sourceClass, java.util.function.Predicate<java.lang.reflect.Field> includePredicate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      net.bytebuddy.implementation.bytecode.ByteCodeAppender appender​(net.bytebuddy.implementation.Implementation.Target target)  
      net.bytebuddy.implementation.bytecode.ByteCodeAppender.Size apply​(net.bytebuddy.jar.asm.MethodVisitor methodVisitor, net.bytebuddy.implementation.Implementation.Context implementationContext, net.bytebuddy.description.method.MethodDescription instrumentedMethod)  
      net.bytebuddy.dynamic.scaffold.InstrumentedType prepare​(net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType)  
      • Methods inherited from class java.lang.Object

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

      • FieldExtractor

        public FieldExtractor​(java.lang.Class<?> sourceClass)
      • FieldExtractor

        public FieldExtractor​(java.lang.Class<?> sourceClass,
                              java.util.function.Predicate<java.lang.reflect.Field> includePredicate)
    • Method Detail

      • apply

        public net.bytebuddy.implementation.bytecode.ByteCodeAppender.Size apply​(net.bytebuddy.jar.asm.MethodVisitor methodVisitor,
                                                                                 net.bytebuddy.implementation.Implementation.Context implementationContext,
                                                                                 net.bytebuddy.description.method.MethodDescription instrumentedMethod)
        Specified by:
        apply in interface net.bytebuddy.implementation.bytecode.ByteCodeAppender
      • appender

        public net.bytebuddy.implementation.bytecode.ByteCodeAppender appender​(net.bytebuddy.implementation.Implementation.Target target)
        Specified by:
        appender in interface net.bytebuddy.implementation.Implementation
      • prepare

        public net.bytebuddy.dynamic.scaffold.InstrumentedType prepare​(net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType)
        Specified by:
        prepare in interface net.bytebuddy.dynamic.scaffold.InstrumentedType.Prepareable