类 ValueCodeGeneratorDelegates.SetDelegate
java.lang.Object
cn.taketoday.aot.generate.ValueCodeGeneratorDelegates.CollectionDelegate<Set<?>>
cn.taketoday.aot.generate.ValueCodeGeneratorDelegates.SetDelegate
- 所有已实现的接口:
ValueCodeGenerator.Delegate
private static class ValueCodeGeneratorDelegates.SetDelegate
extends ValueCodeGeneratorDelegates.CollectionDelegate<Set<?>>
ValueCodeGenerator.Delegate for Set types.-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected cn.taketoday.javapoet.CodeBlockgenerateCollectionCode(ValueCodeGenerator valueCodeGenerator, Set<?> collection) private Set<?>orderForCodeConsistency(Set<?> set) 从类继承的方法 cn.taketoday.aot.generate.ValueCodeGeneratorDelegates.CollectionDelegate
generateCode, generateCollectionOf
-
构造器详细资料
-
SetDelegate
SetDelegate()
-
-
方法详细资料
-
generateCollectionCode
protected cn.taketoday.javapoet.CodeBlock generateCollectionCode(ValueCodeGenerator valueCodeGenerator, Set<?> collection) -
orderForCodeConsistency
-