Class TypeToTypeRef

  • All Implemented Interfaces:
    Function<Type,​io.sundr.model.TypeRef>

    public class TypeToTypeRef
    extends Object
    implements Function<Type,​io.sundr.model.TypeRef>
    • Constructor Detail

      • TypeToTypeRef

        public TypeToTypeRef​(Set<Class> references)
    • Method Detail

      • apply

        public io.sundr.model.TypeRef apply​(Type item)
        Specified by:
        apply in interface Function<Type,​io.sundr.model.TypeRef>