public final class org.springframework.boot.context.properties.PropertyMapper
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.springframework.boot.context.properties.PropertyMapper
super_class: java.lang.Object
{
private static final java.util.function.Predicate<?> ALWAYS;
descriptor: Ljava/util/function/Predicate;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Ljava/util/function/Predicate<*>;
private static final org.springframework.boot.context.properties.PropertyMapper INSTANCE;
descriptor: Lorg/springframework/boot/context/properties/PropertyMapper;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private final org.springframework.boot.context.properties.PropertyMapper parent;
descriptor: Lorg/springframework/boot/context/properties/PropertyMapper;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.springframework.boot.context.properties.PropertyMapper$SourceOperator sourceOperator;
descriptor: Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: invokedynamic test()Ljava/util/function/Predicate;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)Z
org/springframework/boot/context/properties/PropertyMapper.lambda$0(Ljava/lang/Object;)Z (6)
(Ljava/lang/Object;)Z
putstatic org.springframework.boot.context.properties.PropertyMapper.ALWAYS:Ljava/util/function/Predicate;
1: new org.springframework.boot.context.properties.PropertyMapper
dup
aconst_null
aconst_null
invokespecial org.springframework.boot.context.properties.PropertyMapper.<init>:(Lorg/springframework/boot/context/properties/PropertyMapper;Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;)V
putstatic org.springframework.boot.context.properties.PropertyMapper.INSTANCE:Lorg/springframework/boot/context/properties/PropertyMapper;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(org.springframework.boot.context.properties.PropertyMapper, org.springframework.boot.context.properties.PropertyMapper$SourceOperator);
descriptor: (Lorg/springframework/boot/context/properties/PropertyMapper;Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.springframework.boot.context.properties.PropertyMapper.parent:Lorg/springframework/boot/context/properties/PropertyMapper;
2: aload 0
aload 2
putfield org.springframework.boot.context.properties.PropertyMapper.sourceOperator:Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/springframework/boot/context/properties/PropertyMapper;
0 4 1 parent Lorg/springframework/boot/context/properties/PropertyMapper;
0 4 2 sourceOperator Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;
MethodParameters:
Name Flags
parent
sourceOperator
public org.springframework.boot.context.properties.PropertyMapper alwaysApplyingWhenNonNull();
descriptor: ()Lorg/springframework/boot/context/properties/PropertyMapper;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
invokedynamic apply(Lorg/springframework/boot/context/properties/PropertyMapper;)Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Lorg/springframework/boot/context/properties/PropertyMapper$Source;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
org/springframework/boot/context/properties/PropertyMapper.whenNonNull(Lorg/springframework/boot/context/properties/PropertyMapper$Source;)Lorg/springframework/boot/context/properties/PropertyMapper$Source; (7)
(Lorg/springframework/boot/context/properties/PropertyMapper$Source;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
invokevirtual org.springframework.boot.context.properties.PropertyMapper.alwaysApplying:(Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;)Lorg/springframework/boot/context/properties/PropertyMapper;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/properties/PropertyMapper;
private <T> org.springframework.boot.context.properties.PropertyMapper$Source<T> whenNonNull(org.springframework.boot.context.properties.PropertyMapper$Source<T>);
descriptor: (Lorg/springframework/boot/context/properties/PropertyMapper$Source;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual org.springframework.boot.context.properties.PropertyMapper$Source.whenNonNull:()Lorg/springframework/boot/context/properties/PropertyMapper$Source;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/properties/PropertyMapper;
0 1 1 source Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
Signature: <T:Ljava/lang/Object;>(Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;)Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
MethodParameters:
Name Flags
source
public org.springframework.boot.context.properties.PropertyMapper alwaysApplying(org.springframework.boot.context.properties.PropertyMapper$SourceOperator);
descriptor: (Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;)Lorg/springframework/boot/context/properties/PropertyMapper;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ldc "Operator must not be null"
invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
1: new org.springframework.boot.context.properties.PropertyMapper
dup
aload 0
aload 1
invokespecial org.springframework.boot.context.properties.PropertyMapper.<init>:(Lorg/springframework/boot/context/properties/PropertyMapper;Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/boot/context/properties/PropertyMapper;
0 2 1 operator Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;
MethodParameters:
Name Flags
operator
public <T> org.springframework.boot.context.properties.PropertyMapper$Source<T> from(java.util.function.Supplier<T>);
descriptor: (Ljava/util/function/Supplier;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
ldc "Supplier must not be null"
invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
1: aload 0
aload 1
invokevirtual org.springframework.boot.context.properties.PropertyMapper.getSource:(Ljava/util/function/Supplier;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
astore 2
start local 2 2: aload 0
getfield org.springframework.boot.context.properties.PropertyMapper.sourceOperator:Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;
ifnull 4
3: aload 0
getfield org.springframework.boot.context.properties.PropertyMapper.sourceOperator:Lorg/springframework/boot/context/properties/PropertyMapper$SourceOperator;
aload 2
invokeinterface org.springframework.boot.context.properties.PropertyMapper$SourceOperator.apply:(Lorg/springframework/boot/context/properties/PropertyMapper$Source;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
astore 2
4: StackMap locals: org.springframework.boot.context.properties.PropertyMapper$Source
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/springframework/boot/context/properties/PropertyMapper;
0 5 1 supplier Ljava/util/function/Supplier<TT;>;
2 5 2 source Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
Signature: <T:Ljava/lang/Object;>(Ljava/util/function/Supplier<TT;>;)Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
MethodParameters:
Name Flags
supplier
public <T> org.springframework.boot.context.properties.PropertyMapper$Source<T> from(T);
descriptor: (Ljava/lang/Object;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokedynamic get(Ljava/lang/Object;)Ljava/util/function/Supplier;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
()Ljava/lang/Object;
org/springframework/boot/context/properties/PropertyMapper.lambda$2(Ljava/lang/Object;)Ljava/lang/Object; (6)
()Ljava/lang/Object;
invokevirtual org.springframework.boot.context.properties.PropertyMapper.from:(Ljava/util/function/Supplier;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/context/properties/PropertyMapper;
0 1 1 value TT;
Signature: <T:Ljava/lang/Object;>(TT;)Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
MethodParameters:
Name Flags
value
private <T> org.springframework.boot.context.properties.PropertyMapper$Source<T> getSource(java.util.function.Supplier<T>);
descriptor: (Ljava/util/function/Supplier;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.springframework.boot.context.properties.PropertyMapper.parent:Lorg/springframework/boot/context/properties/PropertyMapper;
ifnull 2
1: aload 0
getfield org.springframework.boot.context.properties.PropertyMapper.parent:Lorg/springframework/boot/context/properties/PropertyMapper;
aload 1
invokevirtual org.springframework.boot.context.properties.PropertyMapper.from:(Ljava/util/function/Supplier;)Lorg/springframework/boot/context/properties/PropertyMapper$Source;
areturn
2: StackMap locals:
StackMap stack:
new org.springframework.boot.context.properties.PropertyMapper$Source
dup
new org.springframework.boot.context.properties.PropertyMapper$CachingSupplier
dup
aload 1
invokespecial org.springframework.boot.context.properties.PropertyMapper$CachingSupplier.<init>:(Ljava/util/function/Supplier;)V
getstatic org.springframework.boot.context.properties.PropertyMapper.ALWAYS:Ljava/util/function/Predicate;
invokespecial org.springframework.boot.context.properties.PropertyMapper$Source.<init>:(Ljava/util/function/Supplier;Ljava/util/function/Predicate;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/springframework/boot/context/properties/PropertyMapper;
0 3 1 supplier Ljava/util/function/Supplier<TT;>;
Signature: <T:Ljava/lang/Object;>(Ljava/util/function/Supplier<TT;>;)Lorg/springframework/boot/context/properties/PropertyMapper$Source<TT;>;
MethodParameters:
Name Flags
supplier
public static org.springframework.boot.context.properties.PropertyMapper get();
descriptor: ()Lorg/springframework/boot/context/properties/PropertyMapper;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.springframework.boot.context.properties.PropertyMapper.INSTANCE:Lorg/springframework/boot/context/properties/PropertyMapper;
areturn
LocalVariableTable:
Start End Slot Name Signature
private static boolean lambda$0(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 t Ljava/lang/Object;
private static java.lang.Object lambda$2(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "PropertyMapper.java"
NestMembers:
org.springframework.boot.context.properties.PropertyMapper$CachingSupplier org.springframework.boot.context.properties.PropertyMapper$NullPointerExceptionSafeSupplier org.springframework.boot.context.properties.PropertyMapper$Source org.springframework.boot.context.properties.PropertyMapper$SourceOperator
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
private CachingSupplier = org.springframework.boot.context.properties.PropertyMapper$CachingSupplier of org.springframework.boot.context.properties.PropertyMapper
private NullPointerExceptionSafeSupplier = org.springframework.boot.context.properties.PropertyMapper$NullPointerExceptionSafeSupplier of org.springframework.boot.context.properties.PropertyMapper
public final Source = org.springframework.boot.context.properties.PropertyMapper$Source of org.springframework.boot.context.properties.PropertyMapper
public abstract SourceOperator = org.springframework.boot.context.properties.PropertyMapper$SourceOperator of org.springframework.boot.context.properties.PropertyMapper