Class ReflectionTypeFactory

  • All Implemented Interfaces:
    XTypeFactory

    public final class ReflectionTypeFactory
    extends Object
    implements XTypeFactory
    Implementation relying on reflection.
    Since:
    4.3
    Author:
    anistor@redhat.com
    • 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