Class ReflectionTypeFactory

    • Constructor Detail

      • ReflectionTypeFactory

        public ReflectionTypeFactory()
    • Method Detail

      • fromClass

        public XClass fromClass​(Class<?> c)
        Description copied from interface: XTypeFactory
        Wraps the given Class in an XClass. Implementation must be idempotent. The returned value must be reference-identical.
        Specified by:
        fromClass in interface XTypeFactory
        Parameters:
        c - can be null
        Returns:
        the wrapper XClass, or null iff the actual argument is null