Uses of Class
org.springframework.aot.context.bootstrap.generator.infrastructure.nativex.GeneratedCodeNativeReflectionEntry.Builder
-
Packages that use GeneratedCodeNativeReflectionEntry.Builder Package Description org.springframework.aot.context.bootstrap.generator.infrastructure.nativex Support classes for providing native configuration such as reflection hints. -
-
Uses of GeneratedCodeNativeReflectionEntry.Builder in org.springframework.aot.context.bootstrap.generator.infrastructure.nativex
Methods in org.springframework.aot.context.bootstrap.generator.infrastructure.nativex that return GeneratedCodeNativeReflectionEntry.Builder Modifier and Type Method Description GeneratedCodeNativeReflectionEntry.BuilderGeneratedCodeNativeReflectionEntry.Builder. conditionalOnTypeReachable(com.squareup.javapoet.ClassName conditionalOnTypeReachable)Makes this entry conditional to the provided type.GeneratedCodeNativeReflectionEntry.BuilderNativeConfigurationRegistry.ReflectionConfiguration. forGeneratedType(com.squareup.javapoet.ClassName className)Return theGeneratedCodeNativeReflectionEntry.Builderto further describe the specifiedClassName.static GeneratedCodeNativeReflectionEntry.BuilderGeneratedCodeNativeReflectionEntry. of(com.squareup.javapoet.ClassName className)Create a newGeneratedCodeNativeReflectionEntry.Builderfor the specified class nameGeneratedCodeNativeReflectionEntry.BuilderGeneratedCodeNativeReflectionEntry.Builder. withFields(com.squareup.javapoet.FieldSpec... fields)Add the specifiedfields.GeneratedCodeNativeReflectionEntry.BuilderGeneratedCodeNativeReflectionEntry.Builder. withMethods(com.squareup.javapoet.MethodSpec... methods)Add the specifiedmethods or constructors.GeneratedCodeNativeReflectionEntry.BuilderGeneratedCodeNativeReflectionEntry.Builder. withQueriedMethods(com.squareup.javapoet.MethodSpec... methods)Add the specifiedmethods or constructors.Constructors in org.springframework.aot.context.bootstrap.generator.infrastructure.nativex with parameters of type GeneratedCodeNativeReflectionEntry.Builder Constructor Description GeneratedCodeNativeReflectionEntry(GeneratedCodeNativeReflectionEntry.Builder builder)
-