Package io.sundr.adapter.reflect
Class ClassToTypeDef
- java.lang.Object
-
- io.sundr.adapter.reflect.ClassToTypeDef
-
-
Constructor Summary
Constructors Constructor Description ClassToTypeDef(io.sundr.adapter.api.AdapterContext context, Set<Class> references, Function<Type,io.sundr.model.TypeRef> typeToTypeRef, Function<Type,io.sundr.model.TypeParamDef> typeToTypeParamDef, Function<Class<? extends Annotation>,io.sundr.model.AnnotationRef> annotationTypeToAnnotationRef, Function<Class,io.sundr.model.Kind> classToKind)
-
-
-
Constructor Detail
-
ClassToTypeDef
public ClassToTypeDef(io.sundr.adapter.api.AdapterContext context, Set<Class> references, Function<Type,io.sundr.model.TypeRef> typeToTypeRef, Function<Type,io.sundr.model.TypeParamDef> typeToTypeParamDef, Function<Class<? extends Annotation>,io.sundr.model.AnnotationRef> annotationTypeToAnnotationRef, Function<Class,io.sundr.model.Kind> classToKind)
-
-