Class GeneratedCodeNativeReflectionEntry
- java.lang.Object
-
- org.springframework.aot.context.bootstrap.generator.infrastructure.nativex.NativeReflectionEntry
-
- org.springframework.aot.context.bootstrap.generator.infrastructure.nativex.GeneratedCodeNativeReflectionEntry
-
public class GeneratedCodeNativeReflectionEntry extends NativeReflectionEntry
ANativeReflectionEntry
for generated code.- Author:
- Stephane Nicoll
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GeneratedCodeNativeReflectionEntry.Builder
-
Constructor Summary
Constructors Constructor Description GeneratedCodeNativeReflectionEntry(GeneratedCodeNativeReflectionEntry.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.nativex.domain.reflect.ClassDescriptor
initializerClassDescriptor()
static GeneratedCodeNativeReflectionEntry.Builder
of(com.squareup.javapoet.ClassName className)
Create a newGeneratedCodeNativeReflectionEntry.Builder
for the specified class name-
Methods inherited from class org.springframework.aot.context.bootstrap.generator.infrastructure.nativex.NativeReflectionEntry
getAccess, registerIfNecessary, toClassDescriptor
-
-
-
-
Constructor Detail
-
GeneratedCodeNativeReflectionEntry
public GeneratedCodeNativeReflectionEntry(GeneratedCodeNativeReflectionEntry.Builder builder)
-
-
Method Detail
-
of
public static GeneratedCodeNativeReflectionEntry.Builder of(com.squareup.javapoet.ClassName className)
Create a newGeneratedCodeNativeReflectionEntry.Builder
for the specified class name- Parameters:
className
- the class name to consider- Returns:
- a new builder
-
initializerClassDescriptor
protected org.springframework.nativex.domain.reflect.ClassDescriptor initializerClassDescriptor()
- Specified by:
initializerClassDescriptor
in classNativeReflectionEntry
-
-