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