Searched refs:collectionsStaticFactoryInvocation (Results 1 – 2 of 2) sorted by relevance
86 return collectionsStaticFactoryInvocation(requestingClass, CodeBlock.of("emptySet()")); in getDependencyExpression()92 return collectionsStaticFactoryInvocation( in getDependencyExpression()156 private Expression collectionsStaticFactoryInvocation( in collectionsStaticFactoryInvocation() method in SetRequestRepresentation
114 return collectionsStaticFactoryInvocation(requestingClass, CodeBlock.of("emptyMap()")); in getUnderlyingMapExpression()116 return collectionsStaticFactoryInvocation( in getUnderlyingMapExpression()161 private Expression collectionsStaticFactoryInvocation( in collectionsStaticFactoryInvocation() method in MapRequestRepresentation