interface org.springframework.data.jpa.domain.SpecificationComposition$Combiner extends java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.data.jpa.domain.SpecificationComposition$Combiner
super_class: java.lang.Object
{
public abstract javax.persistence.criteria.Predicate combine(javax.persistence.criteria.CriteriaBuilder, javax.persistence.criteria.Predicate, javax.persistence.criteria.Predicate);
descriptor: (Ljavax/persistence/criteria/CriteriaBuilder;Ljavax/persistence/criteria/Predicate;Ljavax/persistence/criteria/Predicate;)Ljavax/persistence/criteria/Predicate;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleParameterAnnotations:
0:
1:
org.springframework.lang.Nullable()
2:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
builder
lhs
rhs
}
SourceFile: "SpecificationComposition.java"
NestHost: org.springframework.data.jpa.domain.SpecificationComposition
InnerClasses:
abstract Combiner = org.springframework.data.jpa.domain.SpecificationComposition$Combiner of org.springframework.data.jpa.domain.SpecificationComposition