Uses of Interface
org.springframework.aot.generate.ValueCodeGenerator.Delegate
Packages that use 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
Classes in org.springframework.aot.generate that implement ValueCodeGenerator.DelegateModifier and TypeClassDescriptionstatic class
ValueCodeGeneratorDelegates.CollectionDelegate<T extends Collection<?>>
AbstractValueCodeGenerator.Delegate
forCollection
types.static class
ValueCodeGenerator.Delegate
forMap
types.Fields in org.springframework.aot.generate with type parameters of type ValueCodeGenerator.DelegateModifier and TypeFieldDescriptionstatic final List<ValueCodeGenerator.Delegate>
ValueCodeGeneratorDelegates.INSTANCES
Return theValueCodeGenerator.Delegate
implementations for common value types.Methods in org.springframework.aot.generate with parameters of type ValueCodeGenerator.DelegateModifier and TypeMethodDescriptionstatic ValueCodeGenerator
ValueCodeGenerator.with
(ValueCodeGenerator.Delegate... delegates) Create an instance with the specifiedValueCodeGenerator.Delegate
implementations.Method parameters in org.springframework.aot.generate with type arguments of type ValueCodeGenerator.DelegateModifier and TypeMethodDescriptionValueCodeGenerator.add
(List<ValueCodeGenerator.Delegate> additionalDelegates) static ValueCodeGenerator
ValueCodeGenerator.with
(List<ValueCodeGenerator.Delegate> delegates) Create an instance with the specifiedValueCodeGenerator.Delegate
implementations.