public interface org.springframework.data.projection.TargetAware extends org.springframework.aop.TargetClassAware, org.springframework.aop.RawTargetAccess
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.data.projection.TargetAware
super_class: java.lang.Object
{
public abstract java.lang.Class<?> getTargetClass();
descriptor: ()Ljava/lang/Class;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/lang/Class<*>;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
com.fasterxml.jackson.annotation.JsonIgnore()
public abstract java.lang.Object getTarget();
descriptor: ()Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonIgnore()
public abstract java.lang.Class<?> getDecoratedClass();
descriptor: ()Ljava/lang/Class;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/lang/Class<*>;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonIgnore()
}
SourceFile: "TargetAware.java"