Uses of Interface
org.springframework.aot.generate.ValueCodeGenerator.Delegate
Package
Description
Support classes for components that contribute generated code equivalent to a
runtime behavior.
-
Uses of ValueCodeGenerator.Delegate in org.springframework.aot.generate
Modifier and TypeClassDescriptionstatic class
ValueCodeGeneratorDelegates.CollectionDelegate<T extends Collection<?>>
AbstractValueCodeGenerator.Delegate
forCollection
types.static class
ValueCodeGenerator.Delegate
forMap
types.Modifier and TypeFieldDescriptionstatic final List<ValueCodeGenerator.Delegate>
ValueCodeGeneratorDelegates.INSTANCES
Return theValueCodeGenerator.Delegate
implementations for common value types.Modifier and TypeMethodDescriptionstatic ValueCodeGenerator
ValueCodeGenerator.with
(ValueCodeGenerator.Delegate... delegates) Create an instance with the specifiedValueCodeGenerator.Delegate
implementations.Modifier and TypeMethodDescriptionValueCodeGenerator.add
(List<ValueCodeGenerator.Delegate> additionalDelegates) static ValueCodeGenerator
ValueCodeGenerator.with
(List<ValueCodeGenerator.Delegate> delegates) Create an instance with the specifiedValueCodeGenerator.Delegate
implementations.